protected static class AbstractMap.MapEntry<K,V> extends Object implements Entry<K,V>
AbstractMap.MapEntry(K key, V value)
K
getKey()
V
getValue()
protected void
setKey(K key)
protected V
setValue(V value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public AbstractMap.MapEntry(K key, V value)
public K getKey()
Entry
getKey
Entry<K,V>
public V getValue()
getValue
protected void setKey(K key)
protected V setValue(V value)
public String toString()
toString
Object