net.jxta.impl.util
Class Cache.CacheEntryImpl
java.lang.Object
net.jxta.impl.util.Dlink
net.jxta.impl.util.Cache.CacheEntryImpl
- All Implemented Interfaces:
- CacheEntry
- Enclosing class:
- Cache
- class Cache.CacheEntryImpl
- extends Dlink
- implements CacheEntry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cache.CacheEntryImpl
public Cache.CacheEntryImpl(Object k,
Object v)
getKey
public Object getKey()
- Specified by:
getKey
in interface CacheEntry
getValue
public Object getValue()
- Specified by:
getValue
in interface CacheEntry