Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableCharBooleanMap
-
Packages that use ImmutableCharBooleanMap 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 ImmutableCharBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableCharBooleanMap Modifier and Type Method Description ImmutableCharBooleanMapImmutableCharBooleanMapFactory. empty()<T> ImmutableCharBooleanMapImmutableCharBooleanMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anImmutableCharBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableCharBooleanMapImmutableCharBooleanMapFactory. of()ImmutableCharBooleanMapImmutableCharBooleanMapFactory. of(char key, boolean value)ImmutableCharBooleanMapImmutableCharBooleanMapFactory. ofAll(CharBooleanMap map)ImmutableCharBooleanMapImmutableCharBooleanMapFactory. with()ImmutableCharBooleanMapImmutableCharBooleanMapFactory. with(char key, boolean value)ImmutableCharBooleanMapImmutableCharBooleanMapFactory. withAll(CharBooleanMap map) -
Uses of ImmutableCharBooleanMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableCharBooleanMap Modifier and Type Method Description ImmutableCharBooleanMapImmutableCharBooleanMap. newWithKeyValue(char key, boolean value)Copy this map, associate the value with the key (replacing the value if one already exists forkey), and return the copy as new immutable map.ImmutableCharBooleanMapImmutableCharBooleanMap. newWithoutAllKeys(CharIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharBooleanMapImmutableCharBooleanMap. newWithoutKey(char key)Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableCharBooleanMapImmutableCharBooleanMap. reject(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanMap. select(CharBooleanPredicate predicate)ImmutableCharBooleanMapCharBooleanMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableCharBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableCharBooleanMap Modifier and Type Class Description (package private) classImmutableCharBooleanEmptyMapImmutableCharBooleanEmptyMap is an optimization forImmutableCharBooleanMapof size 0.(package private) classImmutableCharBooleanHashMapImmutableCharBooleanHashMap is the non-modifiable equivalent ofCharBooleanHashMap.(package private) classImmutableCharBooleanSingletonMapImmutableCharBooleanSingletonMap is an optimization forImmutableCharBooleanMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableCharBooleanMap Modifier and Type Field Description (package private) static ImmutableCharBooleanMapImmutableCharBooleanEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableCharBooleanMap Modifier and Type Method Description ImmutableCharBooleanMapImmutableCharBooleanMapFactoryImpl. empty()<T> ImmutableCharBooleanMapImmutableCharBooleanMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)ImmutableCharBooleanMapImmutableCharBooleanEmptyMap. newWithKeyValue(char key, boolean value)ImmutableCharBooleanMapImmutableCharBooleanHashMap. newWithKeyValue(char key, boolean value)ImmutableCharBooleanMapImmutableCharBooleanSingletonMap. newWithKeyValue(char key, boolean value)ImmutableCharBooleanMapImmutableCharBooleanEmptyMap. newWithoutAllKeys(CharIterable keys)ImmutableCharBooleanMapImmutableCharBooleanHashMap. newWithoutAllKeys(CharIterable keys)ImmutableCharBooleanMapImmutableCharBooleanSingletonMap. newWithoutAllKeys(CharIterable keys)ImmutableCharBooleanMapImmutableCharBooleanEmptyMap. newWithoutKey(char key)ImmutableCharBooleanMapImmutableCharBooleanHashMap. newWithoutKey(char key)ImmutableCharBooleanMapImmutableCharBooleanSingletonMap. newWithoutKey(char key)ImmutableCharBooleanMapImmutableCharBooleanMapFactoryImpl. of()ImmutableCharBooleanMapImmutableCharBooleanMapFactoryImpl. of(char key, boolean value)ImmutableCharBooleanMapImmutableCharBooleanMapFactoryImpl. ofAll(CharBooleanMap map)ImmutableCharBooleanMapImmutableCharBooleanEmptyMap. reject(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanHashMap. reject(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanSingletonMap. reject(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanEmptyMap. select(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanHashMap. select(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanSingletonMap. select(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanEmptyMap. toImmutable()ImmutableCharBooleanMapImmutableCharBooleanHashMap. toImmutable()ImmutableCharBooleanMapImmutableCharBooleanSingletonMap. toImmutable()ImmutableCharBooleanMapImmutableCharBooleanMapFactoryImpl. with()ImmutableCharBooleanMapImmutableCharBooleanMapFactoryImpl. with(char key, boolean value)ImmutableCharBooleanMapImmutableCharBooleanMapFactoryImpl. withAll(CharBooleanMap map) -
Uses of ImmutableCharBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharBooleanMap Modifier and Type Method Description ImmutableCharBooleanMapCharBooleanHashMap. toImmutable()ImmutableCharBooleanMapSynchronizedCharBooleanMap. toImmutable()ImmutableCharBooleanMapUnmodifiableCharBooleanMap. toImmutable()
-