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