public class Pair<A,B> extends java.lang.Object
A
getLeft()
B
getRight()
static <A,B> Pair<A,B>
of(A left, B right)
void
setLeft(A left)
setRight(B right)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <A,B> Pair<A,B> of(A left, B right)
public A getLeft()
public void setLeft(A left)
public B getRight()
public void setRight(B right)