public class LRUCache.LRUNode extends DoublyLinkedList.Node
Modifier and Type | Field and Description |
---|---|
private LRUCache.LRUObj |
obj |
Constructor and Description |
---|
LRUNode() |
Modifier and Type | Method and Description |
---|---|
LRUCache.LRUObj |
getObj() |
protected void |
setObj(LRUCache.LRUObj newObj) |
getNext, getPrev, insertBefore, setNext, setPrev, unlink
private LRUCache.LRUObj obj
public LRUCache.LRUObj getObj()
protected void setObj(LRUCache.LRUObj newObj)