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