Project JXTA

net.jxta.impl.util
Class Cache.CacheEntryImpl

java.lang.Object
  extended by net.jxta.impl.util.Dlink
      extended by net.jxta.impl.util.Cache.CacheEntryImpl
All Implemented Interfaces:
CacheEntry
Enclosing class:
Cache

 class Cache.CacheEntryImpl
extends Dlink
implements CacheEntry


Constructor Summary
Cache.CacheEntryImpl(Object k, Object v)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 
Methods inherited from class net.jxta.impl.util.Dlink
isLinked, linkNewNext, linkNewPrev, next, prev, unlink
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cache.CacheEntryImpl

public Cache.CacheEntryImpl(Object k,
                            Object v)
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface CacheEntry

getValue

public Object getValue()
Specified by:
getValue in interface CacheEntry

JXTA J2SE