| Package | Description |
|---|---|
| com.opengamma.strata.collect |
Root package for common data structures used by Strata.
|
| com.opengamma.strata.collect.tuple |
Tuple data structures.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Stream<ObjIntPair<T>> |
Guavate.zipWithIndex(Stream<T> stream)
Creates a stream that wraps a stream with the index.
|
| Modifier and Type | Method and Description |
|---|---|
static <A> ObjIntPair<A> |
ObjIntPair.of(A first,
int second)
Obtains an instance from an
Object and an int. |
static <A> ObjIntPair<A> |
ObjIntPair.ofPair(Pair<A,Integer> pair)
Obtains an instance from a
Pair. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ObjIntPair<A>> |
ObjIntPair.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends ObjIntPair<A>> |
ObjIntPair.Meta.builder() |
| Modifier and Type | Method and Description |
|---|---|
int |
ObjIntPair.compareTo(ObjIntPair<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.