public static class HashMap.MapEntry<K,V> extends java.lang.Object
int
hash
K
key
V
value
MapEntry(int hash, IEntry<K,V> e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int hash
public final K key
public final V value
public MapEntry(int hash, IEntry<K,V> e)