public final class Pair<F,S> extends java.lang.Object
F
first
S
second
Pair(F first, S second)
static <A,B> Pair<A,B>
create(A a, B b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final F first
public final S second
public Pair(F first, S second)
public static <A,B> Pair<A,B> create(A a, B b)