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