public static interface BasicEMap.Entry<K,V>
extends java.util.Map.Entry<K,V>
Modifier and Type | Method and Description |
---|---|
int |
getHash()
Returns the hash code of the key.
|
void |
setHash(int hash)
Sets the hash code of the key.
|
void |
setKey(K key)
Sets the key.
|
void setKey(K key)
key
- the key.int getHash()
void setHash(int hash)
hash
- the hash.