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.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature