org.apache.batik.ext.awt.image.rendered

Class LRUCache.LRUNode

public class LRUCache.LRUNode extends DoublyLinkedList.Node

Interface for nodes in the LRU cache, basicly nodes in a doubly linked list.
Method Summary
LRUCache.LRUObjgetObj()
protected voidsetObj(LRUCache.LRUObj newObj)

Method Detail

getObj

public LRUCache.LRUObj getObj()

setObj

protected void setObj(LRUCache.LRUObj newObj)
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.