パッケージ org.nkjmlab.sorm4j.common

クラス Tuple2<T1,​T2>

  • 型パラメータ:
    T1 -
    T2 -
    直系の既知のサブクラス:
    Tuple3

    public class Tuple2<T1,​T2>
    extends Object
    Represents a tuple of objects, which typically represents joined two rows.
    作成者:
    nkjm
    • メソッドの詳細

      • getT1

        public T1 getT1()
        Gets a t1.
        戻り値:
      • getT2

        public T2 getT2()
        Gets a t2.
        戻り値: