| 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 |
|---|---|
ImmutableCharShortMap |
ImmutableCharShortMapFactory.empty() |
ImmutableCharShortMap |
ImmutableCharShortMapFactory.of()
Same as
ImmutableCharShortMapFactory.empty(). |
ImmutableCharShortMap |
ImmutableCharShortMapFactory.of(char key,
short value)
|
ImmutableCharShortMap |
ImmutableCharShortMapFactory.ofAll(CharShortMap map)
|
ImmutableCharShortMap |
ImmutableCharShortMapFactory.with()
Same as
ImmutableCharShortMapFactory.empty(). |
ImmutableCharShortMap |
ImmutableCharShortMapFactory.with(char key,
short value) |
ImmutableCharShortMap |
ImmutableCharShortMapFactory.withAll(CharShortMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharShortMap |
ImmutableShortCharMap.flipUniqueValues() |
ImmutableCharShortMap |
ImmutableCharShortMap.newWithKeyValue(char key,
short value) |
ImmutableCharShortMap |
ImmutableCharShortMap.newWithoutAllKeys(CharIterable keys) |
ImmutableCharShortMap |
ImmutableCharShortMap.newWithoutKey(char key) |
ImmutableCharShortMap |
ImmutableCharShortMap.reject(CharShortPredicate predicate) |
ImmutableCharShortMap |
ImmutableCharShortMap.select(CharShortPredicate predicate) |
ImmutableCharShortMap |
CharShortMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.