| 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 |
|---|---|
MutableCharShortMap |
MutableCharShortMapFactory.empty() |
MutableCharShortMap |
MutableCharShortMapFactory.of()
Same as
MutableCharShortMapFactory.empty(). |
MutableCharShortMap |
MutableCharShortMapFactory.ofAll(CharShortMap map)
|
MutableCharShortMap |
MutableCharShortMapFactory.with()
Same as
MutableCharShortMapFactory.empty(). |
MutableCharShortMap |
MutableCharShortMapFactory.withAll(CharShortMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharShortMap |
MutableCharShortMap.asSynchronized() |
MutableCharShortMap |
MutableCharShortMap.asUnmodifiable() |
MutableCharShortMap |
MutableShortCharMap.flipUniqueValues() |
MutableCharShortMap |
MutableCharShortMap.reject(CharShortPredicate predicate) |
MutableCharShortMap |
MutableCharShortMap.select(CharShortPredicate predicate) |
MutableCharShortMap |
MutableCharShortMap.withKeyValue(char key,
short value) |
MutableCharShortMap |
MutableCharShortMap.withoutAllKeys(CharIterable keys) |
MutableCharShortMap |
MutableCharShortMap.withoutKey(char key) |
Copyright © 2004–2017. All rights reserved.