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