class HTreeMap.Entry2 extends java.lang.Object implements java.util.Map.Entry<K,V>
private K
key
Entry2(K key)
boolean
equals(java.lang.Object o)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
private final K key
public K getKey()
getKey
java.util.Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
public boolean equals(java.lang.Object o)
equals
java.lang.Object
public int hashCode()
hashCode