|
Quaqua 5.4.1 2009-07-14 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.randelshofer.quaqua.ext.batik.util.DoublyLinkedList.Node
ch.randelshofer.quaqua.ext.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 ch.randelshofer.quaqua.ext.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)
|
Copyright 2003-2007 (c) Werner Randelshofer. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |