Uses of Interface
org.eclipse.collections.api.map.primitive.MutableShortBooleanMap
-
Packages that use MutableShortBooleanMap 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 MutableShortBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableShortBooleanMap Modifier and Type Method Description MutableShortBooleanMap
MutableShortBooleanMapFactory. empty()
<T> MutableShortBooleanMap
MutableShortBooleanMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
Creates anMutableShortBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableShortBooleanMap
MutableShortBooleanMapFactory. of()
default MutableShortBooleanMap
MutableShortBooleanMapFactory. of(short key, boolean value)
default MutableShortBooleanMap
MutableShortBooleanMapFactory. of(short key1, boolean value1, short key2, boolean value2)
default MutableShortBooleanMap
MutableShortBooleanMapFactory. of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3)
default MutableShortBooleanMap
MutableShortBooleanMapFactory. of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4)
MutableShortBooleanMap
MutableShortBooleanMapFactory. ofAll(ShortBooleanMap map)
MutableShortBooleanMap
MutableShortBooleanMapFactory. ofInitialCapacity(int capacity)
MutableShortBooleanMap
MutableShortBooleanMapFactory. with()
default MutableShortBooleanMap
MutableShortBooleanMapFactory. with(short key, boolean value)
default MutableShortBooleanMap
MutableShortBooleanMapFactory. with(short key1, boolean value1, short key2, boolean value2)
default MutableShortBooleanMap
MutableShortBooleanMapFactory. with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3)
default MutableShortBooleanMap
MutableShortBooleanMapFactory. with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4)
MutableShortBooleanMap
MutableShortBooleanMapFactory. withAll(ShortBooleanMap map)
MutableShortBooleanMap
MutableShortBooleanMapFactory. withInitialCapacity(int capacity)
-
Uses of MutableShortBooleanMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortBooleanMap Modifier and Type Method Description MutableShortBooleanMap
MutableShortBooleanMap. 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.MutableShortBooleanMap
MutableShortBooleanMap. asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableShortBooleanMap
MutableShortBooleanMap. reject(ShortBooleanPredicate predicate)
MutableShortBooleanMap
MutableShortBooleanMap. select(ShortBooleanPredicate predicate)
default MutableShortBooleanMap
MutableShortBooleanMap. withAllKeyValues(java.lang.Iterable<ShortBooleanPair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map.MutableShortBooleanMap
MutableShortBooleanMap. withKeyValue(short key, boolean value)
Associates a value with the specified key.MutableShortBooleanMap
MutableShortBooleanMap. withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.MutableShortBooleanMap
MutableShortBooleanMap. withoutKey(short key)
Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableShortBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableShortBooleanMap Modifier and Type Field Description private MutableShortBooleanMap
ImmutableShortBooleanHashMap. delegate
-
Uses of MutableShortBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortBooleanMap Modifier and Type Class Description class
ShortBooleanHashMap
This file was automatically generated from template file primitiveBooleanHashMap.stg.class
SynchronizedShortBooleanMap
A synchronized view of aMutableShortBooleanMap
.class
UnmodifiableShortBooleanMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableShortBooleanMap Modifier and Type Field Description private MutableShortBooleanMap
SynchronizedShortBooleanMap. map
private MutableShortBooleanMap
UnmodifiableShortBooleanMap. map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortBooleanMap Modifier and Type Method Description MutableShortBooleanMap
ShortBooleanHashMap. asSynchronized()
MutableShortBooleanMap
SynchronizedShortBooleanMap. asSynchronized()
MutableShortBooleanMap
UnmodifiableShortBooleanMap. asSynchronized()
MutableShortBooleanMap
ShortBooleanHashMap. asUnmodifiable()
MutableShortBooleanMap
SynchronizedShortBooleanMap. asUnmodifiable()
MutableShortBooleanMap
UnmodifiableShortBooleanMap. asUnmodifiable()
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. empty()
<T> MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. of()
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. of(short key, boolean value)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. of(short key1, boolean value1, short key2, boolean value2)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. of(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. ofAll(ShortBooleanMap map)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. ofInitialCapacity(int capacity)
MutableShortBooleanMap
SynchronizedShortBooleanMap. reject(ShortBooleanPredicate predicate)
MutableShortBooleanMap
UnmodifiableShortBooleanMap. reject(ShortBooleanPredicate predicate)
MutableShortBooleanMap
SynchronizedShortBooleanMap. select(ShortBooleanPredicate predicate)
MutableShortBooleanMap
UnmodifiableShortBooleanMap. select(ShortBooleanPredicate predicate)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. with()
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. with(short key, boolean value)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. with(short key1, boolean value1, short key2, boolean value2)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. with(short key1, boolean value1, short key2, boolean value2, short key3, boolean value3, short key4, boolean value4)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. withAll(ShortBooleanMap map)
MutableShortBooleanMap
MutableShortBooleanMapFactoryImpl. withInitialCapacity(int capacity)
MutableShortBooleanMap
SynchronizedShortBooleanMap. withKeyValue(short key, boolean value)
MutableShortBooleanMap
UnmodifiableShortBooleanMap. withKeyValue(short key, boolean value)
MutableShortBooleanMap
SynchronizedShortBooleanMap. withoutAllKeys(ShortIterable keys)
MutableShortBooleanMap
UnmodifiableShortBooleanMap. withoutAllKeys(ShortIterable keys)
MutableShortBooleanMap
SynchronizedShortBooleanMap. withoutKey(short key)
MutableShortBooleanMap
UnmodifiableShortBooleanMap. withoutKey(short key)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableShortBooleanMap Constructor Description SynchronizedShortBooleanMap(MutableShortBooleanMap map)
SynchronizedShortBooleanMap(MutableShortBooleanMap map, java.lang.Object newLock)
UnmodifiableShortBooleanMap(MutableShortBooleanMap map)
-