public final class Entry<K,V> extends Object
Entry(K key, V value)
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
void
setValue(V value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Entry(K key, V value)
public boolean equals(Object o)
equals
Object
o
public int hashCode()
hashCode
public String toString()
toString
public K getKey()
public V getValue()
public void setValue(V value)
value