Tuple3
public class Tuple2<A,B> extends Tuple
Tuple2(A value1, B value2)
A
get1()
B
get2()
from, from, from, from
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple2(A value1, B value2)
public A get1()
public B get2()