|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.engine.memory.util.DoubleLinkedListNode
This serves as a placeholder in a double linked list. You can extend this to add functionality. This allows you to remove in constant time from a linked list.
Field Summary | |
DoubleLinkedListNode |
next
Double Linked list references |
DoubleLinkedListNode |
prev
Double Linked list references |
Constructor Summary | |
DoubleLinkedListNode(java.lang.Object payloadP)
|
Method Summary | |
java.lang.Object |
getPayload()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public DoubleLinkedListNode prev
public DoubleLinkedListNode next
Constructor Detail |
public DoubleLinkedListNode(java.lang.Object payloadP)
Method Detail |
public java.lang.Object getPayload()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |