| 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 |
|---|---|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.empty() |
<T> ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.from(Iterable<T> iterable,
CharFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction)
Creates an
ImmutableCharBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.of()
|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.of(char key,
boolean value)
|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.ofAll(CharBooleanMap map)
|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.with()
|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.with(char key,
boolean value) |
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.withAll(CharBooleanMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBooleanMap |
ImmutableCharBooleanMap.newWithKeyValue(char key,
boolean value) |
ImmutableCharBooleanMap |
ImmutableCharBooleanMap.newWithoutAllKeys(CharIterable keys) |
ImmutableCharBooleanMap |
ImmutableCharBooleanMap.newWithoutKey(char key) |
ImmutableCharBooleanMap |
ImmutableCharBooleanMap.reject(CharBooleanPredicate predicate) |
ImmutableCharBooleanMap |
ImmutableCharBooleanMap.select(CharBooleanPredicate predicate) |
ImmutableCharBooleanMap |
CharBooleanMap.toImmutable() |
Copyright © 2004–2019. All rights reserved.