org.apache.jcs.utils.struct
Class LRUElementDescriptor
java.lang.Object
org.apache.jcs.utils.struct.DoubleLinkedListNode
org.apache.jcs.utils.struct.LRUElementDescriptor
- All Implemented Interfaces:
- Serializable
public class LRUElementDescriptor
- extends DoubleLinkedListNode
This is a node in the double linked list. It is stored as the value in the underlying map used by
the LRUMap class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LRUElementDescriptor
public LRUElementDescriptor(Object key,
Object payloadP)
- Parameters:
key
- payloadP
-
setKey
public void setKey(Object key)
- Parameters:
key
- The key to set.
getKey
public Object getKey()
- Returns:
- Returns the key.
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.