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