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