| Package | Description |
|---|---|
| com.opengamma.strata.collect.tuple |
Tuple data structures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoublesPair
An immutable pair consisting of two
double elements. |
class |
IntDoublePair
An immutable pair consisting of an
int and double. |
class |
LongDoublePair
An immutable pair consisting of a
long and double. |
class |
ObjDoublePair<A>
An immutable pair consisting of an
Object and a double. |
class |
ObjIntPair<A>
An immutable pair consisting of an
Object and an int. |
class |
Pair<A,B>
An immutable pair consisting of two elements.
|
class |
Triple<A,B,C>
An immutable triple consisting of three elements.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.