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