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