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