Map.Entry<K,V>
protected static class AbstractMap.SimpleEntry<K,V> extends Object implements Map.Entry<K,V>
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
String
toString()
public K getKey()
public V getValue()
public V setValue(V value)
public boolean equals(Object o)
public int hashCode()
public String toString()