public class Entry<K,V> extends Object
K
getKey()
V
getValue()
static <K,V> Entry<K,V>
of(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public K getKey()
public V getValue()
public static <K,V> Entry<K,V> of(K key, V value)