- java.lang.Object
-
- org.nkjmlab.sorm4j.common.Tuple
-
public final class Tuple extends Object
Represents a tuple of objects- 作成者:
- yuu_nkjm
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static classTuple.Tuple1<T1>static classTuple.Tuple2<T1,T2>Represents a tuple of two objectsstatic classTuple.Tuple3<T1,T2,T3>Represents a tuple of three objects
-
メソッドの概要
すべてのメソッド staticメソッド concreteメソッド 修飾子とタイプ メソッド 説明 static <T1> Tuple.Tuple1<T1>of(T1 t1)static <T1,T2>
Tuple.Tuple2<T1,T2>of(T1 t1, T2 t2)static <T1,T2,T3>
Tuple.Tuple3<T1,T2,T3>of(T1 t1, T2 t2, T3 t3)
-
-
-
メソッドの詳細
-
of
public static <T1> Tuple.Tuple1<T1> of(T1 t1)
-
of
public static <T1,T2> Tuple.Tuple2<T1,T2> of(T1 t1, T2 t2)
-
of
public static <T1,T2,T3> Tuple.Tuple3<T1,T2,T3> of(T1 t1, T2 t2, T3 t3)
-
-