static class MapDelegate.MapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
private K
key
private V
value
MapEntry(K k, V v)
K
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 K key
private final V value
public K getKey()
getKey
java.util.Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue