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