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