Class LRUElementDescriptor<K,V> 
java.lang.Object
org.apache.commons.jcs3.utils.struct.DoubleLinkedListNode<V>
org.apache.commons.jcs3.utils.struct.LRUElementDescriptor<K,V> 
- All Implemented Interfaces:
- Serializable
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:
- 
Field SummaryFields inherited from class org.apache.commons.jcs3.utils.struct.DoubleLinkedListNodenext, prev
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.commons.jcs3.utils.struct.DoubleLinkedListNodegetPayload
- 
Constructor Details- 
LRUElementDescriptor- Parameters:
- key-
- payloadP-
 
 
- 
- 
Method Details- 
setKey- Parameters:
- key- The key to set.
 
- 
getKey- Returns:
- Returns the key.
 
 
-