public static class Maps.HashEntry<K,V> extends Object implements IEntry.WithHash<K,V>
IEntry.WithHash<K,V>| Constructor and Description |
|---|
HashEntry(long keyHash,
K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
K |
key() |
long |
keyHash() |
String |
toString() |
V |
value() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic long keyHash()
keyHash in interface IEntry.WithHash<K,V>