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