Class LRUCache.LRUNode
java.lang.Object
org.apache.batik.util.DoublyLinkedList.Node
org.apache.batik.ext.awt.image.rendered.LRUCache.LRUNode
- Enclosing class:
- LRUCache
Interface for nodes in the LRU cache, basicly nodes in a doubly
linked list.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.batik.util.DoublyLinkedList.Node
getNext, getPrev, insertBefore, setNext, setPrev, unlink
-
Constructor Details
-
LRUNode
public LRUNode()
-
-
Method Details
-
getObj
-
setObj
-