|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.util.DoublyLinkedList.Node
org.apache.batik.ext.awt.image.rendered.LRUCache.LRUNode
public class LRUCache.LRUNode
Interface for nodes in the LRU cache, basicly nodes in a doubly linked list.
Constructor Summary | |
---|---|
LRUCache.LRUNode()
|
Method Summary | |
---|---|
LRUCache.LRUObj |
getObj()
|
protected void |
setObj(LRUCache.LRUObj newObj)
|
Methods inherited from class org.apache.batik.util.DoublyLinkedList.Node |
---|
getNext, getPrev, insertBefore, setNext, setPrev, unlink |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LRUCache.LRUNode()
Method Detail |
---|
public LRUCache.LRUObj getObj()
protected void setObj(LRUCache.LRUObj newObj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |