public class ObjectValuePair<K,V> extends Object implements Serializable
ObjectValuePair()
ObjectValuePair(K key, V value)
boolean
equals(Object obj)
K
getKey()
V
getValue()
int
hashCode()
void
setKey(K key)
setValue(V value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public ObjectValuePair()
public ObjectValuePair(K key, V value)
public boolean equals(Object obj)
equals
Object
public K getKey()
public V getValue()
public int hashCode()
hashCode
public void setKey(K key)
public void setValue(V value)