F
S
T
public class Tuple3<F,S,T> extends java.lang.Object
Tuple3(F first, S second, T third)
getFirst()
getSecond()
getThird()
static <F,S,T> Tuple3<F,S,T>
of(F first, S second, T third)
void
setFirst(F first)
setSecond(S second)
setThird(T third)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuple3(F first, S second, T third)
public static <F,S,T> Tuple3<F,S,T> of(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)