Uses of Interface
org.eclipse.collections.api.map.primitive.MutableCharBooleanMap
-
Packages that use MutableCharBooleanMap 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 MutableCharBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableCharBooleanMap Modifier and Type Method Description MutableCharBooleanMapMutableCharBooleanMapFactory. empty()<T> MutableCharBooleanMapMutableCharBooleanMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anMutableCharBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableCharBooleanMapMutableCharBooleanMapFactory. of()Same asMutableCharBooleanMapFactory.empty().default MutableCharBooleanMapMutableCharBooleanMapFactory. of(char key, boolean value)default MutableCharBooleanMapMutableCharBooleanMapFactory. of(char key1, boolean value1, char key2, boolean value2)default MutableCharBooleanMapMutableCharBooleanMapFactory. of(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3)default MutableCharBooleanMapMutableCharBooleanMapFactory. of(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3, char key4, boolean value4)MutableCharBooleanMapMutableCharBooleanMapFactory. ofAll(CharBooleanMap map)MutableCharBooleanMapMutableCharBooleanMapFactory. ofInitialCapacity(int capacity)Same asMutableCharBooleanMapFactory.empty().MutableCharBooleanMapMutableCharBooleanMapFactory. with()Same asMutableCharBooleanMapFactory.empty().default MutableCharBooleanMapMutableCharBooleanMapFactory. with(char key, boolean value)default MutableCharBooleanMapMutableCharBooleanMapFactory. with(char key1, boolean value1, char key2, boolean value2)default MutableCharBooleanMapMutableCharBooleanMapFactory. with(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3)default MutableCharBooleanMapMutableCharBooleanMapFactory. with(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3, char key4, boolean value4)MutableCharBooleanMapMutableCharBooleanMapFactory. withAll(CharBooleanMap map)MutableCharBooleanMapMutableCharBooleanMapFactory. withInitialCapacity(int capacity)Same asMutableCharBooleanMapFactory.empty(). -
Uses of MutableCharBooleanMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharBooleanMap Modifier and Type Method Description MutableCharBooleanMapMutableCharBooleanMap. asSynchronized()Returns a synchronized view of this map, delegating all operations to this map but ensuring only one caller has access to the map at a time.MutableCharBooleanMapMutableCharBooleanMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableCharBooleanMapMutableCharBooleanMap. reject(CharBooleanPredicate predicate)MutableCharBooleanMapMutableCharBooleanMap. select(CharBooleanPredicate predicate)default MutableCharBooleanMapMutableCharBooleanMap. withAllKeyValues(java.lang.Iterable<CharBooleanPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableCharBooleanMapMutableCharBooleanMap. withKeyValue(char key, boolean value)Associates a value with the specified key.MutableCharBooleanMapMutableCharBooleanMap. withoutAllKeys(CharIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableCharBooleanMapMutableCharBooleanMap. withoutKey(char key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableCharBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableCharBooleanMap Modifier and Type Field Description private MutableCharBooleanMapImmutableCharBooleanHashMap. delegate -
Uses of MutableCharBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableCharBooleanMap Modifier and Type Class Description classCharBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classSynchronizedCharBooleanMapA synchronized view of aMutableCharBooleanMap.classUnmodifiableCharBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableCharBooleanMap Modifier and Type Field Description private MutableCharBooleanMapSynchronizedCharBooleanMap. mapprivate MutableCharBooleanMapUnmodifiableCharBooleanMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharBooleanMap Modifier and Type Method Description MutableCharBooleanMapCharBooleanHashMap. asSynchronized()MutableCharBooleanMapSynchronizedCharBooleanMap. asSynchronized()MutableCharBooleanMapUnmodifiableCharBooleanMap. asSynchronized()MutableCharBooleanMapCharBooleanHashMap. asUnmodifiable()MutableCharBooleanMapSynchronizedCharBooleanMap. asUnmodifiable()MutableCharBooleanMapUnmodifiableCharBooleanMap. asUnmodifiable()MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. empty()<T> MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. of()MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. of(char key, boolean value)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. of(char key1, boolean value1, char key2, boolean value2)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. of(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. of(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3, char key4, boolean value4)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. ofAll(CharBooleanMap map)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. ofInitialCapacity(int capacity)MutableCharBooleanMapSynchronizedCharBooleanMap. reject(CharBooleanPredicate predicate)MutableCharBooleanMapUnmodifiableCharBooleanMap. reject(CharBooleanPredicate predicate)MutableCharBooleanMapSynchronizedCharBooleanMap. select(CharBooleanPredicate predicate)MutableCharBooleanMapUnmodifiableCharBooleanMap. select(CharBooleanPredicate predicate)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. with()MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. with(char key, boolean value)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. with(char key1, boolean value1, char key2, boolean value2)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. with(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. with(char key1, boolean value1, char key2, boolean value2, char key3, boolean value3, char key4, boolean value4)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. withAll(CharBooleanMap map)MutableCharBooleanMapMutableCharBooleanMapFactoryImpl. withInitialCapacity(int capacity)MutableCharBooleanMapSynchronizedCharBooleanMap. withKeyValue(char key, boolean value)MutableCharBooleanMapUnmodifiableCharBooleanMap. withKeyValue(char key, boolean value)MutableCharBooleanMapSynchronizedCharBooleanMap. withoutAllKeys(CharIterable keys)MutableCharBooleanMapUnmodifiableCharBooleanMap. withoutAllKeys(CharIterable keys)MutableCharBooleanMapSynchronizedCharBooleanMap. withoutKey(char key)MutableCharBooleanMapUnmodifiableCharBooleanMap. withoutKey(char key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableCharBooleanMap Constructor Description SynchronizedCharBooleanMap(MutableCharBooleanMap map)SynchronizedCharBooleanMap(MutableCharBooleanMap map, java.lang.Object newLock)UnmodifiableCharBooleanMap(MutableCharBooleanMap map)
-