public class Tuple6<T1,T2,T3,T4,T5,T6> extends Tuple5<T1,T2,T3,T4,T5>
protected T6
t6
t5
t4
t3
t1, t2
Tuple6()
boolean
equals(java.lang.Object object)
T6
getT6()
static <T1,T2,T3,T4,T5,T6>Tuple6<T1,T2,T3,T4,T5,T6>
of(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
void
setT6(T6 sixth)
java.lang.String
toString()
getT5, of, setT5
getT4, of, setT4
getT3, of, setT3
getT1, getT2, of, setT1, setT2
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected T6 t6
public Tuple6()
public static <T1,T2,T3,T4,T5,T6> Tuple6<T1,T2,T3,T4,T5,T6> of(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
public T6 getT6()
public void setT6(T6 sixth)
public java.lang.String toString()
toString
Tuple5<T1,T2,T3,T4,T5>
public boolean equals(java.lang.Object object)
equals