| 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 |
|---|---|
MutableCharIntMap |
MutableCharIntMapFactory.empty() |
MutableCharIntMap |
MutableCharIntMapFactory.of()
Same as
MutableCharIntMapFactory.empty(). |
MutableCharIntMap |
MutableCharIntMapFactory.ofAll(CharIntMap map)
|
MutableCharIntMap |
MutableCharIntMapFactory.with()
Same as
MutableCharIntMapFactory.empty(). |
MutableCharIntMap |
MutableCharIntMapFactory.withAll(CharIntMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharIntMap |
MutableCharIntMap.asSynchronized() |
MutableCharIntMap |
MutableCharIntMap.asUnmodifiable() |
MutableCharIntMap |
MutableIntCharMap.flipUniqueValues() |
MutableCharIntMap |
MutableCharIntMap.reject(CharIntPredicate predicate) |
MutableCharIntMap |
MutableCharIntMap.select(CharIntPredicate predicate) |
MutableCharIntMap |
MutableCharIntMap.withKeyValue(char key,
int value) |
MutableCharIntMap |
MutableCharIntMap.withoutAllKeys(CharIterable keys) |
MutableCharIntMap |
MutableCharIntMap.withoutKey(char key) |
Copyright © 2004–2017. All rights reserved.