Uses of Interface
com.jongsoft.lang.collection.tuple.Triplet
-
Packages that use Triplet Package Description com.jongsoft.lang This package contains all interfaces used through out the functional library.com.jongsoft.lang.collection.tuple com.jongsoft.lang.collection.tuple.impl -
-
Uses of Triplet in com.jongsoft.lang
Methods in com.jongsoft.lang that return Triplet Modifier and Type Method Description static <X,Y,Z>
Triplet<X,Y,Z>API. Tuple(X first, Y second, Z third)
Create a new tuple containing 3 elements. -
Uses of Triplet in com.jongsoft.lang.collection.tuple
Subinterfaces of Triplet in com.jongsoft.lang.collection.tuple Modifier and Type Interface Description interface
Quadruplet<X,Y,Z,D>
-
Uses of Triplet in com.jongsoft.lang.collection.tuple.impl
Classes in com.jongsoft.lang.collection.tuple.impl that implement Triplet Modifier and Type Class Description class
QuadrupletImpl<X,Y,Z,D>
class
TripletImpl<X,Y,Z>
-