| Package | Description |
|---|---|
| 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.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 |
|---|---|---|
RichIterable<IntDoublePair> |
IntDoubleMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
MutableIntDoubleMap.putPair(IntDoublePair keyValuePair) |
This method allows MutableIntDoubleMap the ability to add an element in the form of IntDoublePair.
|
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<IntDoublePair> |
IntDoubleHashMap.keyValuesView() |
|
RichIterable<IntDoublePair> |
SynchronizedIntDoubleMap.keyValuesView() |
|
RichIterable<IntDoublePair> |
UnmodifiableIntDoubleMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SynchronizedIntDoubleMap.putPair(IntDoublePair keyValuePair) |
|
void |
UnmodifiableIntDoubleMap.putPair(IntDoublePair keyValuePair) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
IntDoublePairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static IntDoublePair |
PrimitiveTuples.pair(int one,
double two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
IntDoublePairImpl.compareTo(IntDoublePair that) |
Copyright © 2004–2018. All rights reserved.