K
V
public class SimpleEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
SimpleEntry(K key, V value)
getKey()
getValue()
setValue(V value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public SimpleEntry(K key, V value)
key
value
public K getKey()
getKey
java.util.Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue