public class Tuple7<T1,T2,T3,T4,T5,T6,T7> extends Tuple6<T1,T2,T3,T4,T5,T6>
protected T7
t7
t6
t5
t4
t3
t1, t2
Tuple7()
boolean
equals(java.lang.Object object)
T7
getT7()
static <T1,T2,T3,T4,T5,T6,T7>Tuple7<T1,T2,T3,T4,T5,T6,T7>
of(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
void
setT7(T7 t7)
java.lang.String
toString()
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 T7 t7
public Tuple7()
public static <T1,T2,T3,T4,T5,T6,T7> Tuple7<T1,T2,T3,T4,T5,T6,T7> of(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
public T7 getT7()
public void setT7(T7 t7)
public java.lang.String toString()
toString
Tuple6<T1,T2,T3,T4,T5,T6>
public boolean equals(java.lang.Object object)
equals