| 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 |
|---|---|
ImmutableCharCharMap |
ImmutableCharCharMapFactory.empty() |
ImmutableCharCharMap |
ImmutableCharCharMapFactory.of()
Same as
ImmutableCharCharMapFactory.empty(). |
ImmutableCharCharMap |
ImmutableCharCharMapFactory.of(char key,
char value)
|
ImmutableCharCharMap |
ImmutableCharCharMapFactory.ofAll(CharCharMap map)
|
ImmutableCharCharMap |
ImmutableCharCharMapFactory.with()
Same as
ImmutableCharCharMapFactory.empty(). |
ImmutableCharCharMap |
ImmutableCharCharMapFactory.with(char key,
char value) |
ImmutableCharCharMap |
ImmutableCharCharMapFactory.withAll(CharCharMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharCharMap |
ImmutableCharCharMap.flipUniqueValues() |
ImmutableCharCharMap |
ImmutableCharCharMap.newWithKeyValue(char key,
char value) |
ImmutableCharCharMap |
ImmutableCharCharMap.newWithoutAllKeys(CharIterable keys) |
ImmutableCharCharMap |
ImmutableCharCharMap.newWithoutKey(char key) |
ImmutableCharCharMap |
ImmutableCharCharMap.reject(CharCharPredicate predicate) |
ImmutableCharCharMap |
ImmutableCharCharMap.select(CharCharPredicate predicate) |
ImmutableCharCharMap |
CharCharMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.