public class Tuple<R,T> extends Object
Tuple(R a, T b)
R
getA()
T
getB()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple(R a, T b)
public R getA()
public T getB()