| 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 |
|---|---|
MutableCharByteMap |
MutableCharByteMapFactory.empty() |
MutableCharByteMap |
MutableCharByteMapFactory.of()
Same as
MutableCharByteMapFactory.empty(). |
MutableCharByteMap |
MutableCharByteMapFactory.ofAll(CharByteMap map)
|
MutableCharByteMap |
MutableCharByteMapFactory.with()
Same as
MutableCharByteMapFactory.empty(). |
MutableCharByteMap |
MutableCharByteMapFactory.withAll(CharByteMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharByteMap |
MutableCharByteMap.asSynchronized() |
MutableCharByteMap |
MutableCharByteMap.asUnmodifiable() |
MutableCharByteMap |
MutableByteCharMap.flipUniqueValues() |
MutableCharByteMap |
MutableCharByteMap.reject(CharBytePredicate predicate) |
MutableCharByteMap |
MutableCharByteMap.select(CharBytePredicate predicate) |
MutableCharByteMap |
MutableCharByteMap.withKeyValue(char key,
byte value) |
MutableCharByteMap |
MutableCharByteMap.withoutAllKeys(CharIterable keys) |
MutableCharByteMap |
MutableCharByteMap.withoutKey(char key) |
Copyright © 2004–2017. All rights reserved.