public final class Tuple5<T1,T2,T3,T4,T5>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Tuple5
public Tuple5(T1 value1,
T2 value2,
T3 value3,
T4 value4,
T5 value5)
-
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()
-
-
-