Uses of Interface
org.eclipse.collections.api.map.primitive.MutableByteBooleanMap
Packages that use MutableByteBooleanMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of MutableByteBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableByteBooleanMapModifier and TypeMethodDescriptionMutableByteBooleanMapFactory.empty()MutableByteBooleanMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableByteBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableByteBooleanMapFactory.of()Same asMutableByteBooleanMapFactory.empty().default MutableByteBooleanMapMutableByteBooleanMapFactory.of(byte key, boolean value) default MutableByteBooleanMapMutableByteBooleanMapFactory.of(byte key1, boolean value1, byte key2, boolean value2) default MutableByteBooleanMapMutableByteBooleanMapFactory.of(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3) default MutableByteBooleanMapMutableByteBooleanMapFactory.of(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3, byte key4, boolean value4) MutableByteBooleanMapFactory.ofAll(ByteBooleanMap map) MutableByteBooleanMapFactory.ofInitialCapacity(int capacity) Same asMutableByteBooleanMapFactory.empty().MutableByteBooleanMapFactory.with()Same asMutableByteBooleanMapFactory.empty().default MutableByteBooleanMapMutableByteBooleanMapFactory.with(byte key, boolean value) default MutableByteBooleanMapMutableByteBooleanMapFactory.with(byte key1, boolean value1, byte key2, boolean value2) default MutableByteBooleanMapMutableByteBooleanMapFactory.with(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3) default MutableByteBooleanMapMutableByteBooleanMapFactory.with(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3, byte key4, boolean value4) MutableByteBooleanMapFactory.withAll(ByteBooleanMap map) MutableByteBooleanMapFactory.withInitialCapacity(int capacity) Same asMutableByteBooleanMapFactory.empty(). -
Uses of MutableByteBooleanMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableByteBooleanMapModifier and TypeMethodDescriptionMutableByteBooleanMap.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.MutableByteBooleanMap.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableByteBooleanMap.reject(ByteBooleanPredicate predicate) MutableByteBooleanMap.select(ByteBooleanPredicate predicate) default MutableByteBooleanMapMutableByteBooleanMap.withAllKeyValues(Iterable<ByteBooleanPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableByteBooleanMap.withKeyValue(byte key, boolean value) Associates a value with the specified key.MutableByteBooleanMap.withoutAllKeys(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteBooleanMap.withoutKey(byte key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableByteBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableByteBooleanMapModifier and TypeFieldDescriptionprivate final MutableByteBooleanMapImmutableByteBooleanHashMap.delegate -
Uses of MutableByteBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableByteBooleanMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveBooleanHashMap.stg.classA synchronized view of aMutableByteBooleanMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableByteBooleanMapModifier and TypeFieldDescriptionprivate final MutableByteBooleanMapSynchronizedByteBooleanMap.mapprivate final MutableByteBooleanMapUnmodifiableByteBooleanMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableByteBooleanMapModifier and TypeMethodDescriptionByteBooleanHashMap.asSynchronized()SynchronizedByteBooleanMap.asSynchronized()UnmodifiableByteBooleanMap.asSynchronized()ByteBooleanHashMap.asUnmodifiable()SynchronizedByteBooleanMap.asUnmodifiable()UnmodifiableByteBooleanMap.asUnmodifiable()MutableByteBooleanMapFactoryImpl.empty()MutableByteBooleanMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableByteBooleanMapFactoryImpl.of()MutableByteBooleanMapFactoryImpl.of(byte key, boolean value) MutableByteBooleanMapFactoryImpl.of(byte key1, boolean value1, byte key2, boolean value2) MutableByteBooleanMapFactoryImpl.of(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3) MutableByteBooleanMapFactoryImpl.of(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3, byte key4, boolean value4) MutableByteBooleanMapFactoryImpl.ofAll(ByteBooleanMap map) MutableByteBooleanMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedByteBooleanMap.reject(ByteBooleanPredicate predicate) UnmodifiableByteBooleanMap.reject(ByteBooleanPredicate predicate) SynchronizedByteBooleanMap.select(ByteBooleanPredicate predicate) UnmodifiableByteBooleanMap.select(ByteBooleanPredicate predicate) MutableByteBooleanMapFactoryImpl.with()MutableByteBooleanMapFactoryImpl.with(byte key, boolean value) MutableByteBooleanMapFactoryImpl.with(byte key1, boolean value1, byte key2, boolean value2) MutableByteBooleanMapFactoryImpl.with(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3) MutableByteBooleanMapFactoryImpl.with(byte key1, boolean value1, byte key2, boolean value2, byte key3, boolean value3, byte key4, boolean value4) MutableByteBooleanMapFactoryImpl.withAll(ByteBooleanMap map) MutableByteBooleanMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedByteBooleanMap.withKeyValue(byte key, boolean value) UnmodifiableByteBooleanMap.withKeyValue(byte key, boolean value) SynchronizedByteBooleanMap.withoutAllKeys(ByteIterable keys) UnmodifiableByteBooleanMap.withoutAllKeys(ByteIterable keys) SynchronizedByteBooleanMap.withoutKey(byte key) UnmodifiableByteBooleanMap.withoutKey(byte key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableByteBooleanMapModifierConstructorDescriptionSynchronizedByteBooleanMap(MutableByteBooleanMap map, Object newLock)