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