public class LRUElementDescriptor<K,V> extends DoubleLinkedListNode<V>
next, prev| Constructor and Description |
|---|
LRUElementDescriptor(K key,
V payloadP) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
void |
setKey(K key) |
getPayloadCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.