net.jxta.impl.util
Class LRUCache.CacheNode<K,V>
java.lang.Object
net.jxta.impl.util.LRUCache.CacheNode<K,V>
- Enclosing class:
- LRUCache<K,V>
protected class LRUCache.CacheNode<K,V>
- extends Object
cache node object wrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
final K key
next
LRUCache.CacheNode<K,V> next
prev
LRUCache.CacheNode<K,V> prev
value
V value
LRUCache.CacheNode
LRUCache.CacheNode(K key,
V value)
- Constructor for the CacheNode object
- Parameters:
key
- keyvalue
- value