class DictionaryAsMap.KeyEntry extends java.lang.Object implements java.util.Map.Entry<U,V>
private U
key
KeyEntry(U key)
U
getKey()
V
getValue()
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
private final U key
public U getKey()
getKey
java.util.Map.Entry<U,V>
public V getValue()
getValue
public V setValue(V value)
setValue