Uses of Interface
org.eclipse.collections.api.map.primitive.MutableIntBooleanMap
Packages that use MutableIntBooleanMap
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 MutableIntBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableIntBooleanMapModifier and TypeMethodDescriptionMutableIntBooleanMapFactory.empty()
MutableIntBooleanMapFactory.from
(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableIntBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableIntBooleanMapFactory.of()
Same asMutableIntBooleanMapFactory.empty()
.default MutableIntBooleanMap
MutableIntBooleanMapFactory.of
(int key, boolean value) default MutableIntBooleanMap
MutableIntBooleanMapFactory.of
(int key1, boolean value1, int key2, boolean value2) default MutableIntBooleanMap
MutableIntBooleanMapFactory.of
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) default MutableIntBooleanMap
MutableIntBooleanMapFactory.of
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) MutableIntBooleanMapFactory.ofAll
(IntBooleanMap map) MutableIntBooleanMapFactory.ofInitialCapacity
(int capacity) Same asMutableIntBooleanMapFactory.empty()
.MutableIntBooleanMapFactory.with()
Same asMutableIntBooleanMapFactory.empty()
.default MutableIntBooleanMap
MutableIntBooleanMapFactory.with
(int key, boolean value) default MutableIntBooleanMap
MutableIntBooleanMapFactory.with
(int key1, boolean value1, int key2, boolean value2) default MutableIntBooleanMap
MutableIntBooleanMapFactory.with
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) default MutableIntBooleanMap
MutableIntBooleanMapFactory.with
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) MutableIntBooleanMapFactory.withAll
(IntBooleanMap map) MutableIntBooleanMapFactory.withInitialCapacity
(int capacity) Same asMutableIntBooleanMapFactory.empty()
. -
Uses of MutableIntBooleanMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntBooleanMapModifier and TypeMethodDescriptionMutableIntBooleanMap.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.MutableIntBooleanMap.asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableIntBooleanMap.reject
(IntBooleanPredicate predicate) MutableIntBooleanMap.select
(IntBooleanPredicate predicate) default MutableIntBooleanMap
MutableIntBooleanMap.withAllKeyValues
(Iterable<IntBooleanPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableIntBooleanMap.withKeyValue
(int key, boolean value) Associates a value with the specified key.MutableIntBooleanMap.withoutAllKeys
(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntBooleanMap.withoutKey
(int key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableIntBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableIntBooleanMapModifier and TypeFieldDescriptionprivate final MutableIntBooleanMap
ImmutableIntBooleanHashMap.delegate
-
Uses of MutableIntBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntBooleanMapModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
A synchronized view of aMutableIntBooleanMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableIntBooleanMapModifier and TypeFieldDescriptionprivate final MutableIntBooleanMap
SynchronizedIntBooleanMap.map
private final MutableIntBooleanMap
UnmodifiableIntBooleanMap.map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntBooleanMapModifier and TypeMethodDescriptionIntBooleanHashMap.asSynchronized()
SynchronizedIntBooleanMap.asSynchronized()
UnmodifiableIntBooleanMap.asSynchronized()
IntBooleanHashMap.asUnmodifiable()
SynchronizedIntBooleanMap.asUnmodifiable()
UnmodifiableIntBooleanMap.asUnmodifiable()
MutableIntBooleanMapFactoryImpl.empty()
MutableIntBooleanMapFactoryImpl.from
(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableIntBooleanMapFactoryImpl.of()
MutableIntBooleanMapFactoryImpl.of
(int key, boolean value) MutableIntBooleanMapFactoryImpl.of
(int key1, boolean value1, int key2, boolean value2) MutableIntBooleanMapFactoryImpl.of
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) MutableIntBooleanMapFactoryImpl.of
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) MutableIntBooleanMapFactoryImpl.ofAll
(IntBooleanMap map) MutableIntBooleanMapFactoryImpl.ofInitialCapacity
(int capacity) SynchronizedIntBooleanMap.reject
(IntBooleanPredicate predicate) UnmodifiableIntBooleanMap.reject
(IntBooleanPredicate predicate) SynchronizedIntBooleanMap.select
(IntBooleanPredicate predicate) UnmodifiableIntBooleanMap.select
(IntBooleanPredicate predicate) MutableIntBooleanMapFactoryImpl.with()
MutableIntBooleanMapFactoryImpl.with
(int key, boolean value) MutableIntBooleanMapFactoryImpl.with
(int key1, boolean value1, int key2, boolean value2) MutableIntBooleanMapFactoryImpl.with
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3) MutableIntBooleanMapFactoryImpl.with
(int key1, boolean value1, int key2, boolean value2, int key3, boolean value3, int key4, boolean value4) MutableIntBooleanMapFactoryImpl.withAll
(IntBooleanMap map) MutableIntBooleanMapFactoryImpl.withInitialCapacity
(int capacity) SynchronizedIntBooleanMap.withKeyValue
(int key, boolean value) UnmodifiableIntBooleanMap.withKeyValue
(int key, boolean value) SynchronizedIntBooleanMap.withoutAllKeys
(IntIterable keys) UnmodifiableIntBooleanMap.withoutAllKeys
(IntIterable keys) SynchronizedIntBooleanMap.withoutKey
(int key) UnmodifiableIntBooleanMap.withoutKey
(int key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableIntBooleanMapModifierConstructorDescriptionSynchronizedIntBooleanMap
(MutableIntBooleanMap map, Object newLock)