public class Pair<A,B> extends Object
A
a
B
b
Pair(A a, B b)
static <A,B>Pair<A,B>
of(A a, B b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final A a
public final B b
public Pair(A a, B b)
public static <A,B> Pair<A,B> of(A a, B b)