|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface for object participating in the LRU Cache. These inform the object of key events in the status of the object in the LRU cache.
| Method Summary | |
|---|---|
org.apache.batik.ext.awt.image.rendered.LRUCache.LRUNode |
lruGet()
Called to get the LRU node for this object. |
void |
lruRemove()
Called to inform the object that it is no longer in the cache. |
void |
lruSet(org.apache.batik.ext.awt.image.rendered.LRUCache.LRUNode nde)
Called when the object first becomes active in the LRU cache. |
| Method Detail |
public void lruSet(org.apache.batik.ext.awt.image.rendered.LRUCache.LRUNode nde)
nde - The LRU cache node associated with this object.
should be remembered so it can be returned by
lruGet.public org.apache.batik.ext.awt.image.rendered.LRUCache.LRUNode lruGet()
public void lruRemove()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||