Uses of Class
org.apache.batik.ext.awt.image.rendered.LRUCache.LRUNode

Packages that use LRUCache.LRUNode
org.apache.batik.ext.awt.image.rendered   
 

Uses of LRUCache.LRUNode in org.apache.batik.ext.awt.image.rendered
 

Fields in org.apache.batik.ext.awt.image.rendered declared as LRUCache.LRUNode
protected  LRUCache.LRUNode TileLRUMember.myNode
           
 

Methods in org.apache.batik.ext.awt.image.rendered that return LRUCache.LRUNode
 LRUCache.LRUNode TileLRUMember.lruGet()
           
 LRUCache.LRUNode LRUCache.LRUObj.lruGet()
          Called to get the LRU node for this object.
 LRUCache.LRUNode LRUCache.LRUNode.getNext()
           
 LRUCache.LRUNode LRUCache.LRUNode.getPrev()
           
 LRUCache.LRUNode LRUCache.LRUList.getHead()
           
 LRUCache.LRUNode LRUCache.LRUList.getTail()
           
 LRUCache.LRUNode LRUCache.LRUList.pop()
           
 

Methods in org.apache.batik.ext.awt.image.rendered with parameters of type LRUCache.LRUNode
 void TileLRUMember.lruSet(LRUCache.LRUNode nde)
           
 void LRUCache.LRUObj.lruSet(LRUCache.LRUNode nde)
          Called when the object first becomes active in the LRU cache.
protected  void LRUCache.LRUNode.setNext(LRUCache.LRUNode newNext)
           
protected  void LRUCache.LRUNode.setPrev(LRUCache.LRUNode newPrev)
           
protected  void LRUCache.LRUNode.insertBefore(LRUCache.LRUNode nde)
           
 void LRUCache.LRUList.touch(LRUCache.LRUNode nde)
           
 void LRUCache.LRUList.add(LRUCache.LRUNode nde)
           
 void LRUCache.LRUList.remove(LRUCache.LRUNode nde)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.