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 twodoubleelements.DoublesPair.Meta The meta-bean forDoublesPair.IntDoublePair An immutable pair consisting of anintanddouble.IntDoublePair.Meta The meta-bean forIntDoublePair.LongDoublePair An immutable pair consisting of alonganddouble.LongDoublePair.Meta The meta-bean forLongDoublePair.ObjDoublePair<A> An immutable pair consisting of anObjectand adouble.ObjDoublePair.Meta<A> The meta-bean forObjDoublePair.ObjIntPair<A> An immutable pair consisting of anObjectand 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.