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