| 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 |
|---|---|
ImmutableIntCharMap |
ImmutableIntCharMapFactory.empty() |
ImmutableIntCharMap |
ImmutableIntCharMapFactory.of()
Same as
ImmutableIntCharMapFactory.empty(). |
ImmutableIntCharMap |
ImmutableIntCharMapFactory.of(int key,
char value)
|
ImmutableIntCharMap |
ImmutableIntCharMapFactory.ofAll(IntCharMap map)
|
ImmutableIntCharMap |
ImmutableIntCharMapFactory.with()
Same as
ImmutableIntCharMapFactory.empty(). |
ImmutableIntCharMap |
ImmutableIntCharMapFactory.with(int key,
char value) |
ImmutableIntCharMap |
ImmutableIntCharMapFactory.withAll(IntCharMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntCharMap |
ImmutableCharIntMap.flipUniqueValues() |
ImmutableIntCharMap |
ImmutableIntCharMap.newWithKeyValue(int key,
char value) |
ImmutableIntCharMap |
ImmutableIntCharMap.newWithoutAllKeys(IntIterable keys) |
ImmutableIntCharMap |
ImmutableIntCharMap.newWithoutKey(int key) |
ImmutableIntCharMap |
ImmutableIntCharMap.reject(IntCharPredicate predicate) |
ImmutableIntCharMap |
ImmutableIntCharMap.select(IntCharPredicate predicate) |
ImmutableIntCharMap |
IntCharMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.