| 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 |
|---|---|
MutableCharDoubleMap |
MutableCharDoubleMapFactory.empty() |
MutableCharDoubleMap |
MutableCharDoubleMapFactory.of()
Same as
MutableCharDoubleMapFactory.empty(). |
MutableCharDoubleMap |
MutableCharDoubleMapFactory.ofAll(CharDoubleMap map)
|
MutableCharDoubleMap |
MutableCharDoubleMapFactory.with()
Same as
MutableCharDoubleMapFactory.empty(). |
MutableCharDoubleMap |
MutableCharDoubleMapFactory.withAll(CharDoubleMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharDoubleMap |
MutableCharDoubleMap.asSynchronized() |
MutableCharDoubleMap |
MutableCharDoubleMap.asUnmodifiable() |
MutableCharDoubleMap |
MutableDoubleCharMap.flipUniqueValues() |
MutableCharDoubleMap |
MutableCharDoubleMap.reject(CharDoublePredicate predicate) |
MutableCharDoubleMap |
MutableCharDoubleMap.select(CharDoublePredicate predicate) |
MutableCharDoubleMap |
MutableCharDoubleMap.withKeyValue(char key,
double value) |
MutableCharDoubleMap |
MutableCharDoubleMap.withoutAllKeys(CharIterable keys) |
MutableCharDoubleMap |
MutableCharDoubleMap.withoutKey(char key) |
Copyright © 2004–2017. All rights reserved.