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