public class Pair<A,B> extends java.lang.Object implements java.io.Serializable, java.util.Map.Entry<A,B>
Pair(A a, B b)
boolean
equals(java.lang.Object o)
A
getKey()
B
getValue()
int
hashCode()
setValue(B b)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Pair(A a, B b)
public B setValue(B b)
setValue
java.util.Map.Entry<A,B>
public A getKey()
getKey
public B getValue()
getValue
public int hashCode()
hashCode
java.lang.Object
public boolean equals(java.lang.Object o)
equals