Uses of Interface
org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap
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 mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of MutableObjectBooleanMap in org.eclipse.collections.api.factory.map.primitive
Modifier and TypeMethodDescription<K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactory.empty
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.empty()
<T,
K> MutableObjectBooleanMap<K> MutableObjectBooleanMapFactory.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableObjectBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactory.of
(HashingStrategy<? super K> hashingStrategy) Same as#empty()
.<K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.of()
default <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.of
(K key, boolean value) default <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.of
(K key1, boolean value1, K key2, boolean value2) default <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.of
(K key1, boolean value1, K key2, boolean value2, K key3, boolean value3) default <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.of
(K key1, boolean value1, K key2, boolean value2, K key3, boolean value3, K key4, boolean value4) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.ofAll
(ObjectBooleanMap<? extends K> map) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.ofInitialCapacity
(int capacity) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactory.with
(HashingStrategy<? super K> hashingStrategy) Same as#empty()
.<K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.with()
default <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.with
(K key, boolean value) default <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.with
(K key1, boolean value1, K key2, boolean value2) default <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.with
(K key1, boolean value1, K key2, boolean value2, K key3, boolean value3) default <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.with
(K key1, boolean value1, K key2, boolean value2, K key3, boolean value3, K key4, boolean value4) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.withAll
(ObjectBooleanMap<? extends K> map) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactory.withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same as#empty()
but takes in an initial capacity<K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory.withInitialCapacity
(int capacity) -
Uses of MutableObjectBooleanMap in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionMutableObjectBooleanMap.asSynchronized()
MutableObjectBooleanMap.asUnmodifiable()
MutableObjectBooleanMap.reject
(ObjectBooleanPredicate<? super K> predicate) MutableObjectBooleanMap.select
(ObjectBooleanPredicate<? super K> predicate) default MutableObjectBooleanMap<K>
MutableObjectBooleanMap.tap
(BooleanProcedure procedure) default MutableObjectBooleanMap<K>
MutableObjectBooleanMap.withAllKeyValues
(Iterable<ObjectBooleanPair<K>> keyValuePairs) MutableObjectBooleanMap.withKeyValue
(K key, boolean value) Associates a value with the specified key.MutableObjectBooleanMap.withoutAllKeys
(Iterable<? extends K> keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableObjectBooleanMap.withoutKey
(K key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableObjectBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeClassDescriptionclass
class
class
A synchronized view of aMutableObjectBooleanMap
.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Modifier and TypeMethodDescriptionObjectBooleanHashMap.asSynchronized()
ObjectBooleanHashMapWithHashingStrategy.asSynchronized()
SynchronizedObjectBooleanMap.asSynchronized()
UnmodifiableObjectBooleanMap.asSynchronized()
ObjectBooleanHashMap.asUnmodifiable()
ObjectBooleanHashMapWithHashingStrategy.asUnmodifiable()
SynchronizedObjectBooleanMap.asUnmodifiable()
UnmodifiableObjectBooleanMap.asUnmodifiable()
<K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactoryImpl.empty
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.empty()
<T,
K> MutableObjectBooleanMap<K> MutableObjectBooleanMapFactoryImpl.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, BooleanFunction<? super T> valueFunction) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactoryImpl.of
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.of()
<K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.of
(K key, boolean value) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.of
(K key1, boolean value1, K key2, boolean value2) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.of
(K key1, boolean value1, K key2, boolean value2, K key3, boolean value3) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.of
(K key1, boolean value1, K key2, boolean value2, K key3, boolean value3, K key4, boolean value4) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.ofAll
(ObjectBooleanMap<? extends K> map) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.ofInitialCapacity
(int capacity) SynchronizedObjectBooleanMap.reject
(ObjectBooleanPredicate<? super K> predicate) UnmodifiableObjectBooleanMap.reject
(ObjectBooleanPredicate<? super K> predicate) SynchronizedObjectBooleanMap.select
(ObjectBooleanPredicate<? super K> predicate) UnmodifiableObjectBooleanMap.select
(ObjectBooleanPredicate<? super K> predicate) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactoryImpl.with
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.with()
<K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.with
(K key, boolean value) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.with
(K key1, boolean value1, K key2, boolean value2) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.with
(K key1, boolean value1, K key2, boolean value2, K key3, boolean value3) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.with
(K key1, boolean value1, K key2, boolean value2, K key3, boolean value3, K key4, boolean value4) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.withAll
(ObjectBooleanMap<? extends K> map) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactoryImpl.withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) <K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl.withInitialCapacity
(int capacity) SynchronizedObjectBooleanMap.withKeyValue
(K key, boolean value) UnmodifiableObjectBooleanMap.withKeyValue
(K key, boolean value) SynchronizedObjectBooleanMap.withoutAllKeys
(Iterable<? extends K> keys) UnmodifiableObjectBooleanMap.withoutAllKeys
(Iterable<? extends K> keys) SynchronizedObjectBooleanMap.withoutKey
(K key) UnmodifiableObjectBooleanMap.withoutKey
(K key) ModifierConstructorDescriptionSynchronizedObjectBooleanMap
(MutableObjectBooleanMap<K> map, Object newLock)