public final class Tuple6<T1,T2,T3,T4,T5,T6>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Tuple6
public Tuple6(T1 value1,
T2 value2,
T3 value3,
T4 value4,
T5 value5,
T6 value6)
-
Method Details
-
getValue1
@Contract(pure=true)
public T1 getValue1()
-
getValue2
@Contract(pure=true)
public T2 getValue2()
-
getValue3
@Contract(pure=true)
public T3 getValue3()
-
getValue4
@Contract(pure=true)
public T4 getValue4()
-
getValue5
@Contract(pure=true)
public T5 getValue5()
-
getValue6
@Contract(pure=true)
public T6 getValue6()
-
-
-