Package com.opengamma.strata.collect.tuple
Tuple data structures.
Implementation of the common tuple concept, primarily based on a "pair" of two values. Variations are provided for some combinations of primitive types.
-
Interface Summary Interface Description Tuple Base interface for all tuple types. -
Class Summary Class Description DoublesPair An immutable pair consisting of twodouble
elements.DoublesPair.Meta The meta-bean forDoublesPair
.IntDoublePair An immutable pair consisting of anint
anddouble
.IntDoublePair.Meta The meta-bean forIntDoublePair
.LongDoublePair An immutable pair consisting of along
anddouble
.LongDoublePair.Meta The meta-bean forLongDoublePair
.ObjDoublePair<A> An immutable pair consisting of anObject
and adouble
.ObjDoublePair.Meta<A> The meta-bean forObjDoublePair
.ObjIntPair<A> An immutable pair consisting of anObject
and anint
.ObjIntPair.Meta<A> The meta-bean forObjIntPair
.Pair<A,B> An immutable pair consisting of two elements.Pair.Meta<A,B> The meta-bean forPair
.Triple<A,B,C> An immutable triple consisting of three elements.Triple.Meta<A,B,C> The meta-bean forTriple
.