|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.utils.struct.DoubleLinkedListNode
org.apache.jcs.engine.memory.util.MemoryElementDescriptor
public class MemoryElementDescriptor
This wrapper is needed for double linked lists.
Field Summary | |
---|---|
ICacheElement |
ce
The CacheElement wrapped by this descriptor |
Fields inherited from class org.apache.jcs.utils.struct.DoubleLinkedListNode |
---|
next, prev |
Constructor Summary | |
---|---|
MemoryElementDescriptor(ICacheElement ce)
Constructor for the MemoryElementDescriptor object |
Method Summary |
---|
Methods inherited from class org.apache.jcs.utils.struct.DoubleLinkedListNode |
---|
getPayload |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ICacheElement ce
Constructor Detail |
---|
public MemoryElementDescriptor(ICacheElement ce)
ce
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |