|
||||||||||
| 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.utils.struct.LRUElementDescriptor
public class LRUElementDescriptor
This is a node in the double linked list. It is stored as the value in the underlying map used by the LRUMap class.
| Field Summary |
|---|
| Fields inherited from class org.apache.jcs.utils.struct.DoubleLinkedListNode |
|---|
next, prev |
| Constructor Summary | |
|---|---|
LRUElementDescriptor(java.lang.Object key,
java.lang.Object payloadP)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getKey()
|
void |
setKey(java.lang.Object key)
|
| 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 |
| Constructor Detail |
|---|
public LRUElementDescriptor(java.lang.Object key,
java.lang.Object payloadP)
key - payloadP - | Method Detail |
|---|
public void setKey(java.lang.Object key)
key - The key to set.public java.lang.Object getKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||