java.util.Map.Entry
public class MapEntry<K, V> implements Map.Entry<K, V>
A constructable implementation of Map.Entry (none is provided by the stdlib by default)
MapEntry(K key, V value)
K
getKey()
V
getValue()
setValue(V value)
comparingByKey, comparingByValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
K getKey()
V getValue()
V setValue(V value)