Triplet
public class Pair<A,B> extends Object
Pair()
Pair(A a, B b)
A
getFirst()
B
getSecond()
Pair<A,B>
setFirst(A first)
setSecond(B second)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pair()
public Pair(A a, B b)
public A getFirst()
public Pair<A,B> setFirst(A first)
public B getSecond()
public Pair<A,B> setSecond(B second)