public class Tuple<F,S> extends java.lang.Object
Tuple(F first, S second)
F
getFirst()
S
getSecond()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple(F first, S second)
public F getFirst()
public S getSecond()