| 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 |
|---|---|
<K> MutableObjectCharMap<K> |
MutableObjectCharMapFactory.empty() |
<K> MutableObjectCharMap<K> |
MutableObjectCharMapFactory.of()
Same as
MutableObjectCharMapFactory.empty(). |
<K> MutableObjectCharMap<K> |
MutableObjectCharMapFactory.ofAll(ObjectCharMap<? extends K> map)
|
<K> MutableObjectCharMap<K> |
MutableObjectCharMapFactory.with()
Same as
MutableObjectCharMapFactory.empty(). |
<K> MutableObjectCharMap<K> |
MutableObjectCharMapFactory.withAll(ObjectCharMap<? extends K> map) |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectCharMap<K> |
MutableObjectCharMap.asSynchronized() |
MutableObjectCharMap<K> |
MutableObjectCharMap.asUnmodifiable() |
MutableObjectCharMap<V> |
MutableCharObjectMap.flipUniqueValues() |
MutableObjectCharMap<K> |
MutableObjectCharMap.reject(ObjectCharPredicate<? super K> predicate) |
MutableObjectCharMap<K> |
MutableObjectCharMap.select(ObjectCharPredicate<? super K> predicate) |
default MutableObjectCharMap<K> |
MutableObjectCharMap.tap(CharProcedure procedure) |
MutableObjectCharMap<K> |
MutableObjectCharMap.withKeyValue(K key,
char value) |
MutableObjectCharMap<K> |
MutableObjectCharMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectCharMap<K> |
MutableObjectCharMap.withoutKey(K key) |
Copyright © 2004–2017. All rights reserved.