Modifier and Type | Field and Description |
---|---|
protected K |
key |
protected GenericMap<K,V> |
map |
protected boolean |
noteAccess |
Constructor and Description |
---|
GenericMapEntry(GenericMap<K,V> map,
K key,
boolean noteAccess) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
protected final GenericMap<K,V> map
protected final K key
protected final boolean noteAccess
public GenericMapEntry(GenericMap<K,V> map, K key, boolean noteAccess)
public boolean equals(Object o)