| 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<ShortLongPair> |
ShortLongMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
MutableShortLongMap.putPair(ShortLongPair keyValuePair) |
This method allows MutableShortLongMap the ability to add an element in the form of ShortLongPair.
|
| Modifier and Type | Method | Description |
|---|---|---|
default MutableShortLongMap |
MutableShortLongMap.withAllKeyValues(java.lang.Iterable<ShortLongPair> keyValuePairs) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<ShortLongPair> |
ShortLongHashMap.keyValuesView() |
|
RichIterable<ShortLongPair> |
SynchronizedShortLongMap.keyValuesView() |
|
RichIterable<ShortLongPair> |
UnmodifiableShortLongMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SynchronizedShortLongMap.putPair(ShortLongPair keyValuePair) |
|
void |
UnmodifiableShortLongMap.putPair(ShortLongPair keyValuePair) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ShortLongPairImpl |
This file was automatically generated from template file primitivePrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static ShortLongPair |
PrimitiveTuples.pair(short one,
long two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
ShortLongPairImpl.compareTo(ShortLongPair that) |
Copyright © 2004–2020. All rights reserved.