public class Pair<A,B> extends java.lang.Object
static <A,B> Pair<A,B>
create(A a, B b)
boolean
equals(java.lang.Object o)
A
getA()
B
getB()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public A getA()
public B getB()
public static <A,B> Pair<A,B> create(A a, B b)
public boolean equals(java.lang.Object o)
equals
java.lang.Object
public int hashCode()
hashCode