| Package | Description |
|---|---|
| com.opengamma.strata.collect.tuple |
Tuple data structures.
|
| Modifier and Type | Method and Description |
|---|---|
static DoublesPair |
DoublesPair.of(double first,
double second)
Obtains an instance from two
double elements. |
static DoublesPair |
DoublesPair.ofPair(Pair<Double,Double> pair)
Obtains an instance from a
Pair. |
static DoublesPair |
DoublesPair.parse(String pairStr)
Parses a
DoublesPair from the standard string format. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DoublesPair> |
DoublesPair.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends DoublesPair> |
DoublesPair.Meta.builder() |
| Modifier and Type | Method and Description |
|---|---|
int |
DoublesPair.compareTo(DoublesPair other)
Compares the pair based on the first element followed by the second element.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.