| Package | Description |
|---|---|
| com.opengamma.strata.collect.tuple |
Tuple data structures.
|
| Modifier and Type | Method and Description |
|---|---|
static IntDoublePair |
IntDoublePair.of(int first,
double second)
Obtains an instance from an
int and a double. |
static IntDoublePair |
IntDoublePair.ofPair(Pair<Integer,Double> pair)
Obtains an instance from a
Pair. |
static IntDoublePair |
IntDoublePair.parse(String pairStr)
Parses an
IntDoublePair from the standard string format. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends IntDoublePair> |
IntDoublePair.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends IntDoublePair> |
IntDoublePair.Meta.builder() |
| Modifier and Type | Method and Description |
|---|---|
int |
IntDoublePair.compareTo(IntDoublePair 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.