public class Tuple3<T1,T2,T3> extends Tuple2<T1,T2>
protected T3
t3
t1, t2
Tuple3()
boolean
equals(java.lang.Object object)
T3
getT3()
static <T1,T2,T3> Tuple3<T1,T2,T3>
of(T1 t1, T2 t2, T3 t3)
void
setT3(T3 t3)
java.lang.String
toString()
getT1, getT2, of, setT1, setT2
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected T3 t3
public Tuple3()
public static <T1,T2,T3> Tuple3<T1,T2,T3> of(T1 t1, T2 t2, T3 t3)
public T3 getT3()
public void setT3(T3 t3)
public java.lang.String toString()
toString
Tuple2<T1,T2>
public boolean equals(java.lang.Object object)
equals