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.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method and Description |
---|---|
MutableCharBooleanMap |
MutableCharBooleanMapFactory.empty() |
MutableCharBooleanMap |
MutableCharBooleanMapFactory.of()
Same as
MutableCharBooleanMapFactory.empty() . |
MutableCharBooleanMap |
MutableCharBooleanMapFactory.ofAll(CharBooleanMap map)
|
MutableCharBooleanMap |
MutableCharBooleanMapFactory.with()
Same as
MutableCharBooleanMapFactory.empty() . |
MutableCharBooleanMap |
MutableCharBooleanMapFactory.withAll(CharBooleanMap map) |
Modifier and Type | Method and Description |
---|---|
MutableCharBooleanMap |
MutableCharBooleanMap.asSynchronized() |
MutableCharBooleanMap |
MutableCharBooleanMap.asUnmodifiable() |
MutableCharBooleanMap |
MutableCharBooleanMap.reject(CharBooleanPredicate predicate) |
MutableCharBooleanMap |
MutableCharBooleanMap.select(CharBooleanPredicate predicate) |
MutableCharBooleanMap |
MutableCharBooleanMap.withKeyValue(char key,
boolean value) |
MutableCharBooleanMap |
MutableCharBooleanMap.withoutAllKeys(CharIterable keys) |
MutableCharBooleanMap |
MutableCharBooleanMap.withoutKey(char key) |
Modifier and Type | Class and Description |
---|---|
class |
CharBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.
|
class |
SynchronizedCharBooleanMap
A synchronized view of a
MutableCharBooleanMap . |
class |
UnmodifiableCharBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableCharBooleanMap |
CharBooleanHashMap.asSynchronized() |
MutableCharBooleanMap |
UnmodifiableCharBooleanMap.asSynchronized() |
MutableCharBooleanMap |
SynchronizedCharBooleanMap.asSynchronized() |
MutableCharBooleanMap |
CharBooleanHashMap.asUnmodifiable() |
MutableCharBooleanMap |
UnmodifiableCharBooleanMap.asUnmodifiable() |
MutableCharBooleanMap |
SynchronizedCharBooleanMap.asUnmodifiable() |
MutableCharBooleanMap |
MutableCharBooleanMapFactoryImpl.empty() |
MutableCharBooleanMap |
MutableCharBooleanMapFactoryImpl.of() |
MutableCharBooleanMap |
MutableCharBooleanMapFactoryImpl.ofAll(CharBooleanMap map) |
MutableCharBooleanMap |
UnmodifiableCharBooleanMap.reject(CharBooleanPredicate predicate) |
MutableCharBooleanMap |
SynchronizedCharBooleanMap.reject(CharBooleanPredicate predicate) |
MutableCharBooleanMap |
UnmodifiableCharBooleanMap.select(CharBooleanPredicate predicate) |
MutableCharBooleanMap |
SynchronizedCharBooleanMap.select(CharBooleanPredicate predicate) |
MutableCharBooleanMap |
MutableCharBooleanMapFactoryImpl.with() |
MutableCharBooleanMap |
MutableCharBooleanMapFactoryImpl.withAll(CharBooleanMap map) |
MutableCharBooleanMap |
UnmodifiableCharBooleanMap.withKeyValue(char key,
boolean value) |
MutableCharBooleanMap |
SynchronizedCharBooleanMap.withKeyValue(char key,
boolean value) |
MutableCharBooleanMap |
UnmodifiableCharBooleanMap.withoutAllKeys(CharIterable keys) |
MutableCharBooleanMap |
SynchronizedCharBooleanMap.withoutAllKeys(CharIterable keys) |
MutableCharBooleanMap |
UnmodifiableCharBooleanMap.withoutKey(char key) |
MutableCharBooleanMap |
SynchronizedCharBooleanMap.withoutKey(char key) |
Copyright © 2004–2016. All rights reserved.