cz.cuni.jagrlib
Class LRUCache.LRUItem
java.lang.Object
cz.cuni.jagrlib.LRUCache.LRUItem
- Enclosing class:
- LRUCache<T>
protected static class LRUCache.LRUItem
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public int key
- Key of this cache item.
older
public LRUCache.LRUItem older
- The older cache item.
younger
public LRUCache.LRUItem younger
- The younger cache item.
LRUCache.LRUItem
protected LRUCache.LRUItem()