public final class Tuple3<T1,T2,T3>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Tuple3
public Tuple3(T1 value1,
T2 value2,
T3 value3)
-
Method Details
-
getValue1
@Contract(pure=true)
public T1 getValue1()
-
getValue2
@Contract(pure=true)
public T2 getValue2()
-
getValue3
@Contract(pure=true)
public T3 getValue3()
-
-
-