Uses of Interface
com.jongsoft.lang.collection.tuple.Tuple
-
Packages that use Tuple Package Description com.jongsoft.lang.collection.tuple com.jongsoft.lang.collection.tuple.impl -
-
Uses of Tuple in com.jongsoft.lang.collection.tuple
Subinterfaces of Tuple in com.jongsoft.lang.collection.tuple Modifier and Type Interface Description interface
Pair<X,Y>
interface
Quadruplet<X,Y,Z,D>
interface
Triplet<X,Y,Z>
-
Uses of Tuple in com.jongsoft.lang.collection.tuple.impl
Classes in com.jongsoft.lang.collection.tuple.impl that implement Tuple Modifier and Type Class Description class
AbstractTuple
class
PairImpl<X,Y>
class
QuadrupletImpl<X,Y,Z,D>
class
TripletImpl<X,Y,Z>
-