public class Pair<A,B>
extends Object
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static <A,
B> Pair<A,B> of(A left,
B right)
-
-
setLeft
public void setLeft(A left)
-
-
setRight
public void setRight(B right)