protected class LRUCacheComputingMap.LinkedEntry extends CacheComputingMap.ReferenceEntry
Constructor and Description |
---|
LinkedEntry() |
LinkedEntry(K key) |
Modifier and Type | Method and Description |
---|---|
V |
getValue() |
void |
remove() |
getKey
public LinkedEntry()
public LinkedEntry(K key)
public V getValue()
getValue
in interface ComputingEntryHashMap.Entry<K,V>
getValue
in class CacheComputingMap.ReferenceEntry
public void remove()
remove
in interface ComputingEntryHashMap.Entry<K,V>
remove
in class CacheComputingMap.ReferenceEntry