Package | Description |
---|---|
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.impl.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.tuple.primitive |
Modifier and Type | Method | Description |
---|---|---|
default ListIterable<DoubleDoublePair> |
DoubleList.zipDouble(DoubleIterable iterable) |
Returns a
ListIterable formed from this DoubleList and another DoubleList by
combining corresponding elements in pairs. |
default ImmutableList<DoubleDoublePair> |
ImmutableDoubleList.zipDouble(DoubleIterable iterable) |
Returns an
ImmutableList formed from this ImmutableDoubleList and another DoubleList by
combining corresponding elements in pairs. |
default MutableList<DoubleDoublePair> |
MutableDoubleList.zipDouble(DoubleIterable iterable) |
Returns a
MutableList formed from this MutableDoubleList and another DoubleList by
combining corresponding elements in pairs. |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<DoubleDoublePair> |
DoubleDoubleMap.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
default void |
MutableDoubleDoubleMap.putPair(DoubleDoublePair keyValuePair) |
This method allows MutableDoubleDoubleMap the ability to add an element in the form of DoubleDoublePair.
|
Modifier and Type | Method | Description |
---|---|---|
default MutableDoubleDoubleMap |
MutableDoubleDoubleMap.withAllKeyValues(Iterable<DoubleDoublePair> keyValuePairs) |
Modifier and Type | Method | Description |
---|---|---|
static <A,B> LazyIterable<DoubleDoublePair> |
DoubleSets.cartesianProduct(DoubleSet set1,
DoubleSet set2) |
Modifier and Type | Method | Description |
---|---|---|
MutableList<DoubleDoublePair> |
DoubleArrayList.zipDouble(DoubleIterable iterable) |
|
MutableList<DoubleDoublePair> |
SynchronizedDoubleList.zipDouble(DoubleIterable iterable) |
|
MutableList<DoubleDoublePair> |
UnmodifiableDoubleList.zipDouble(DoubleIterable iterable) |
Modifier and Type | Method | Description |
---|---|---|
RichIterable<DoubleDoublePair> |
DoubleDoubleHashMap.keyValuesView() |
|
RichIterable<DoubleDoublePair> |
SynchronizedDoubleDoubleMap.keyValuesView() |
|
RichIterable<DoubleDoublePair> |
UnmodifiableDoubleDoubleMap.keyValuesView() |
Modifier and Type | Method | Description |
---|---|---|
void |
SynchronizedDoubleDoubleMap.putPair(DoubleDoublePair keyValuePair) |
|
void |
UnmodifiableDoubleDoubleMap.putPair(DoubleDoublePair keyValuePair) |
Modifier and Type | Class | Description |
---|---|---|
class |
DoubleDoublePairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
Modifier and Type | Method | Description |
---|---|---|
static DoubleDoublePair |
PrimitiveTuples.pair(double one,
double two) |
Modifier and Type | Method | Description |
---|---|---|
int |
DoubleDoublePairImpl.compareTo(DoubleDoublePair that) |
Copyright © 2004–2019. All rights reserved.