| 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<ObjectShortPair<K>> |
ObjectShortMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
MutableObjectShortMap.putPair(ObjectShortPair<K> keyValuePair) |
This method allows MutableObjectShortMap the ability to add an element in the form of
ObjectShortPair<K>. |
| Modifier and Type | Method | Description |
|---|---|---|
default MutableObjectShortMap<K> |
MutableObjectShortMap.withAllKeyValues(Iterable<ObjectShortPair<K>> keyValuePairs) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<ObjectShortPair<K>> |
ObjectShortHashMap.keyValuesView() |
|
RichIterable<ObjectShortPair<K>> |
ObjectShortHashMapWithHashingStrategy.keyValuesView() |
|
RichIterable<ObjectShortPair<K>> |
SynchronizedObjectShortMap.keyValuesView() |
|
RichIterable<ObjectShortPair<K>> |
UnmodifiableObjectShortMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SynchronizedObjectShortMap.putPair(ObjectShortPair<K> keyValuePair) |
|
void |
UnmodifiableObjectShortMap.putPair(ObjectShortPair<K> keyValuePair) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ObjectShortPairImpl<T> |
This file was automatically generated from template file objectPrimitivePairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> ObjectShortPair<T> |
PrimitiveTuples.pair(T one,
short two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
ObjectShortPairImpl.compareTo(ObjectShortPair<T> that) |
Copyright © 2004–2019. All rights reserved.