| 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> ImmutableCharObjectMap<V> |
ImmutableCharObjectMapFactory.empty() |
<V> ImmutableCharObjectMap<V> |
ImmutableCharObjectMapFactory.of()
|
<V> ImmutableCharObjectMap<V> |
ImmutableCharObjectMapFactory.of(char key,
V value)
|
<V> ImmutableCharObjectMap<V> |
ImmutableCharObjectMapFactory.ofAll(CharObjectMap<? extends V> map)
|
<V> ImmutableCharObjectMap<V> |
ImmutableCharObjectMapFactory.with()
|
<V> ImmutableCharObjectMap<V> |
ImmutableCharObjectMapFactory.with(char key,
V value) |
<V> ImmutableCharObjectMap<V> |
ImmutableCharObjectMapFactory.withAll(CharObjectMap<? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharObjectMap<K> |
ImmutableObjectCharMap.flipUniqueValues() |
ImmutableCharObjectMap<V> |
ImmutableCharObjectMap.newWithKeyValue(char key,
V value) |
ImmutableCharObjectMap<V> |
ImmutableCharObjectMap.newWithoutAllKeys(CharIterable keys) |
ImmutableCharObjectMap<V> |
ImmutableCharObjectMap.newWithoutKey(char key) |
ImmutableCharObjectMap<V> |
ImmutableCharObjectMap.reject(CharObjectPredicate<? super V> predicate) |
ImmutableCharObjectMap<V> |
ImmutableCharObjectMap.select(CharObjectPredicate<? super V> predicate) |
ImmutableCharObjectMap<V> |
ImmutableCharObjectMap.tap(Procedure<? super V> procedure) |
ImmutableCharObjectMap<V> |
CharObjectMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.