| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.map.primitive | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntShortMap |
ImmutableIntShortMapFactory.empty() |
ImmutableIntShortMap |
ImmutableIntShortMapFactory.of()
Same as
ImmutableIntShortMapFactory.empty(). |
ImmutableIntShortMap |
ImmutableIntShortMapFactory.of(int key,
short value)
|
ImmutableIntShortMap |
ImmutableIntShortMapFactory.ofAll(IntShortMap map)
|
ImmutableIntShortMap |
ImmutableIntShortMapFactory.with()
Same as
ImmutableIntShortMapFactory.empty(). |
ImmutableIntShortMap |
ImmutableIntShortMapFactory.with(int key,
short value) |
ImmutableIntShortMap |
ImmutableIntShortMapFactory.withAll(IntShortMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntShortMap |
ImmutableShortIntMap.flipUniqueValues() |
ImmutableIntShortMap |
ImmutableIntShortMap.newWithKeyValue(int key,
short value) |
ImmutableIntShortMap |
ImmutableIntShortMap.newWithoutAllKeys(IntIterable keys) |
ImmutableIntShortMap |
ImmutableIntShortMap.newWithoutKey(int key) |
ImmutableIntShortMap |
ImmutableIntShortMap.reject(IntShortPredicate predicate) |
ImmutableIntShortMap |
ImmutableIntShortMap.select(IntShortPredicate predicate) |
ImmutableIntShortMap |
IntShortMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.