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