Class Tuple.Tuple2<T1,T2>

java.lang.Object
com.landawn.abacus.util.Tuple<Tuple.Tuple2<T1,T2>>
com.landawn.abacus.util.Tuple.Tuple2<T1,T2>
Type Parameters:
T1 -
T2 -
All Implemented Interfaces:
Immutable
Enclosing class:
Tuple<TP>

public static final class Tuple.Tuple2<T1,T2> extends Tuple<Tuple.Tuple2<T1,T2>>
The Class Tuple2.