org.apache.batik.ext.awt.image.rendered
Class LRUCache.LRUNode
java.lang.Object
org.apache.batik.util.DoublyLinkedList.Node
org.apache.batik.ext.awt.image.rendered.LRUCache.LRUNode
- Enclosing class:
- LRUCache
public class LRUCache.LRUNode
- extends DoublyLinkedList.Node
Interface for nodes in the LRU cache, basicly nodes in a doubly
linked list.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LRUCache.LRUNode
public LRUCache.LRUNode()
getObj
public LRUCache.LRUObj getObj()
setObj
protected void setObj(LRUCache.LRUObj newObj)
Copyright © 2008 Apache Software Foundation. All Rights Reserved.