Uses of Interface
org.eclipse.collections.api.map.primitive.CharBooleanMap
-
Packages that use CharBooleanMap 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. -
-
Uses of CharBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type CharBooleanMap Modifier and Type Method Description ImmutableCharBooleanMap
ImmutableCharBooleanMapFactory. ofAll(CharBooleanMap map)
MutableCharBooleanMap
MutableCharBooleanMapFactory. ofAll(CharBooleanMap map)
ImmutableCharBooleanMap
ImmutableCharBooleanMapFactory. withAll(CharBooleanMap map)
MutableCharBooleanMap
MutableCharBooleanMapFactory. withAll(CharBooleanMap map)
-
Uses of CharBooleanMap in org.eclipse.collections.api.map.primitive
Subinterfaces of CharBooleanMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableCharBooleanMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
MutableCharBooleanMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return CharBooleanMap Modifier and Type Method Description CharBooleanMap
CharBooleanMap. reject(CharBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.CharBooleanMap
CharBooleanMap. select(CharBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.Methods in org.eclipse.collections.api.map.primitive with parameters of type CharBooleanMap Modifier and Type Method Description void
MutableCharBooleanMap. putAll(CharBooleanMap map)
Puts all of the key/value mappings from the specified map into this map. -
Uses of CharBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement CharBooleanMap Modifier and Type Class Description (package private) class
ImmutableCharBooleanEmptyMap
ImmutableCharBooleanEmptyMap is an optimization forImmutableCharBooleanMap
of size 0.(package private) class
ImmutableCharBooleanHashMap
ImmutableCharBooleanHashMap is the non-modifiable equivalent ofCharBooleanHashMap
.(package private) class
ImmutableCharBooleanSingletonMap
ImmutableCharBooleanSingletonMap is an optimization forImmutableCharBooleanMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as CharBooleanMap Modifier and Type Field Description private CharBooleanMap
ImmutableCharBooleanHashMap.ImmutableCharBooleanMapSerializationProxy. map
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharBooleanMap Modifier and Type Method Description ImmutableCharBooleanMap
ImmutableCharBooleanMapFactoryImpl. ofAll(CharBooleanMap map)
ImmutableCharBooleanMap
ImmutableCharBooleanMapFactoryImpl. withAll(CharBooleanMap map)
Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharBooleanMap Constructor Description ImmutableCharBooleanHashMap(CharBooleanMap delegate)
ImmutableCharBooleanMapSerializationProxy(CharBooleanMap map)
-
Uses of CharBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement CharBooleanMap Modifier and Type Class Description class
CharBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
SynchronizedCharBooleanMap
A synchronized view of aMutableCharBooleanMap
.class
UnmodifiableCharBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharBooleanMap Modifier and Type Method Description MutableCharBooleanMap
MutableCharBooleanMapFactoryImpl. ofAll(CharBooleanMap map)
void
CharBooleanHashMap. putAll(CharBooleanMap map)
void
SynchronizedCharBooleanMap. putAll(CharBooleanMap map)
void
UnmodifiableCharBooleanMap. putAll(CharBooleanMap map)
MutableCharBooleanMap
MutableCharBooleanMapFactoryImpl. withAll(CharBooleanMap map)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharBooleanMap Constructor Description CharBooleanHashMap(CharBooleanMap map)
-