public class Tuple<A,B> extends java.lang.Object
Tuple(A _1, B _2)
A
get_1()
B
get_2()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple(A _1, B _2)
public A get_1()
public B get_2()