Uses of Interface
org.eclipse.collections.api.map.primitive.MutableObjectBooleanMap
-
Packages that use MutableObjectBooleanMap 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 MutableObjectBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableObjectBooleanMap Modifier and Type Method Description <K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactory. empty(HashingStrategy<? super K> hashingStrategy)
<K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactory. empty()
<T,K>
MutableObjectBooleanMap<K>MutableObjectBooleanMapFactory. from(java.lang.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
Methods in org.eclipse.collections.api.map.primitive that return MutableObjectBooleanMap Modifier and Type Method Description MutableObjectBooleanMap<K>
MutableObjectBooleanMap. asSynchronized()
MutableObjectBooleanMap<K>
MutableObjectBooleanMap. asUnmodifiable()
MutableObjectBooleanMap<K>
MutableObjectBooleanMap. reject(ObjectBooleanPredicate<? super K> predicate)
MutableObjectBooleanMap<K>
MutableObjectBooleanMap. select(ObjectBooleanPredicate<? super K> predicate)
default MutableObjectBooleanMap<K>
MutableObjectBooleanMap. tap(BooleanProcedure procedure)
default MutableObjectBooleanMap<K>
MutableObjectBooleanMap. withAllKeyValues(java.lang.Iterable<ObjectBooleanPair<K>> keyValuePairs)
MutableObjectBooleanMap<K>
MutableObjectBooleanMap. withKeyValue(K key, boolean value)
Associates a value with the specified key.MutableObjectBooleanMap<K>
MutableObjectBooleanMap. withoutAllKeys(java.lang.Iterable<? extends K> keys)
Removes the mappings associated with all the keys, if they exist, from this map.MutableObjectBooleanMap<K>
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.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableObjectBooleanMap Modifier and Type Field Description private MutableObjectBooleanMap<K>
ImmutableObjectBooleanHashMap. delegate
-
Uses of MutableObjectBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableObjectBooleanMap Modifier and Type Class Description class
ObjectBooleanHashMap<K>
class
ObjectBooleanHashMapWithHashingStrategy<K>
class
SynchronizedObjectBooleanMap<K>
A synchronized view of aMutableObjectBooleanMap
.class
UnmodifiableObjectBooleanMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableObjectBooleanMap Modifier and Type Field Description private MutableObjectBooleanMap<K>
SynchronizedObjectBooleanMap. map
private MutableObjectBooleanMap<K>
UnmodifiableObjectBooleanMap. map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableObjectBooleanMap Modifier and Type Method Description MutableObjectBooleanMap<K>
ObjectBooleanHashMap. asSynchronized()
MutableObjectBooleanMap<K>
ObjectBooleanHashMapWithHashingStrategy. asSynchronized()
MutableObjectBooleanMap<K>
SynchronizedObjectBooleanMap. asSynchronized()
MutableObjectBooleanMap<K>
UnmodifiableObjectBooleanMap. asSynchronized()
MutableObjectBooleanMap<K>
ObjectBooleanHashMap. asUnmodifiable()
MutableObjectBooleanMap<K>
ObjectBooleanHashMapWithHashingStrategy. asUnmodifiable()
MutableObjectBooleanMap<K>
SynchronizedObjectBooleanMap. asUnmodifiable()
MutableObjectBooleanMap<K>
UnmodifiableObjectBooleanMap. asUnmodifiable()
<K> MutableObjectBooleanMap<K>
MutableObjectBooleanHashingStrategyMapFactoryImpl. empty(HashingStrategy<? super K> hashingStrategy)
<K> MutableObjectBooleanMap<K>
MutableObjectBooleanMapFactoryImpl. empty()
<T,K>
MutableObjectBooleanMap<K>MutableObjectBooleanMapFactoryImpl. from(java.lang.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)
MutableObjectBooleanMap<K>
SynchronizedObjectBooleanMap. reject(ObjectBooleanPredicate<? super K> predicate)
MutableObjectBooleanMap<K>
UnmodifiableObjectBooleanMap. reject(ObjectBooleanPredicate<? super K> predicate)
MutableObjectBooleanMap<K>
SynchronizedObjectBooleanMap. select(ObjectBooleanPredicate<? super K> predicate)
MutableObjectBooleanMap<K>
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)
MutableObjectBooleanMap<K>
SynchronizedObjectBooleanMap. withKeyValue(K key, boolean value)
MutableObjectBooleanMap<K>
UnmodifiableObjectBooleanMap. withKeyValue(K key, boolean value)
MutableObjectBooleanMap<K>
SynchronizedObjectBooleanMap. withoutAllKeys(java.lang.Iterable<? extends K> keys)
MutableObjectBooleanMap<K>
UnmodifiableObjectBooleanMap. withoutAllKeys(java.lang.Iterable<? extends K> keys)
MutableObjectBooleanMap<K>
SynchronizedObjectBooleanMap. withoutKey(K key)
MutableObjectBooleanMap<K>
UnmodifiableObjectBooleanMap. withoutKey(K key)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableObjectBooleanMap Constructor Description SynchronizedObjectBooleanMap(MutableObjectBooleanMap<K> map)
SynchronizedObjectBooleanMap(MutableObjectBooleanMap<K> map, java.lang.Object newLock)
UnmodifiableObjectBooleanMap(MutableObjectBooleanMap<K> map)
-