protected class ComputingEntryHashMap.DeferredEntry extends java.lang.Object implements ComputingEntryHashMap.Entry<K,V>
Constructor and Description |
---|
DeferredEntry(K key) |
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getValue() |
void |
remove() |
public DeferredEntry(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>