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.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method and Description |
---|---|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.empty() |
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() |
Modifier and Type | Method and Description |
---|---|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactoryImpl.empty() |
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactoryImpl.of() |
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactoryImpl.of(char key,
boolean value) |
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactoryImpl.ofAll(CharBooleanMap map) |
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactoryImpl.with() |
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactoryImpl.with(char key,
boolean value) |
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactoryImpl.withAll(CharBooleanMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharBooleanMap |
CharBooleanHashMap.toImmutable() |
ImmutableCharBooleanMap |
UnmodifiableCharBooleanMap.toImmutable() |
ImmutableCharBooleanMap |
SynchronizedCharBooleanMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.