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