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