public class LRUCache.LRUNode extends DoublyLinkedList.Node
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
public LRUCache.LRUObj getObj()
protected void setObj(LRUCache.LRUObj newObj)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.