| 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 |
|---|---|
MutableCharLongMap |
MutableCharLongMapFactory.empty() |
MutableCharLongMap |
MutableCharLongMapFactory.of()
Same as
MutableCharLongMapFactory.empty(). |
MutableCharLongMap |
MutableCharLongMapFactory.ofAll(CharLongMap map)
|
MutableCharLongMap |
MutableCharLongMapFactory.with()
Same as
MutableCharLongMapFactory.empty(). |
MutableCharLongMap |
MutableCharLongMapFactory.withAll(CharLongMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableCharLongMap |
MutableCharLongMap.asSynchronized() |
MutableCharLongMap |
MutableCharLongMap.asUnmodifiable() |
MutableCharLongMap |
MutableLongCharMap.flipUniqueValues() |
MutableCharLongMap |
MutableCharLongMap.reject(CharLongPredicate predicate) |
MutableCharLongMap |
MutableCharLongMap.select(CharLongPredicate predicate) |
MutableCharLongMap |
MutableCharLongMap.withKeyValue(char key,
long value) |
MutableCharLongMap |
MutableCharLongMap.withoutAllKeys(CharIterable keys) |
MutableCharLongMap |
MutableCharLongMap.withoutKey(char key) |
Copyright © 2004–2017. All rights reserved.