public final class Pair<A,B> extends java.lang.Object
Pair(A value0, B value1)
A
getValue0()
B
getValue1()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair(A value0, B value1)
public A getValue0()
public B getValue1()