Uses of Interface
org.eclipse.collections.api.map.primitive.MutableShortFloatMap
Packages that use MutableShortFloatMap
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 MutableShortFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableShortFloatMapModifier and TypeMethodDescriptionMutableShortFloatMapFactory.empty()
MutableShortFloatMapFactory.from
(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableShortFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableShortFloatMapFactory.of()
Same asMutableShortFloatMapFactory.empty()
.default MutableShortFloatMap
MutableShortFloatMapFactory.of
(short key, float value) default MutableShortFloatMap
MutableShortFloatMapFactory.of
(short key1, float value1, short key2, float value2) default MutableShortFloatMap
MutableShortFloatMapFactory.of
(short key1, float value1, short key2, float value2, short key3, float value3) default MutableShortFloatMap
MutableShortFloatMapFactory.of
(short key1, float value1, short key2, float value2, short key3, float value3, short key4, float value4) MutableShortFloatMapFactory.ofAll
(ShortFloatMap map) MutableShortFloatMapFactory.ofInitialCapacity
(int capacity) Same asMutableShortFloatMapFactory.empty()
.MutableShortFloatMapFactory.with()
Same asMutableShortFloatMapFactory.empty()
.default MutableShortFloatMap
MutableShortFloatMapFactory.with
(short key, float value) default MutableShortFloatMap
MutableShortFloatMapFactory.with
(short key1, float value1, short key2, float value2) default MutableShortFloatMap
MutableShortFloatMapFactory.with
(short key1, float value1, short key2, float value2, short key3, float value3) default MutableShortFloatMap
MutableShortFloatMapFactory.with
(short key1, float value1, short key2, float value2, short key3, float value3, short key4, float value4) MutableShortFloatMapFactory.withAll
(ShortFloatMap map) MutableShortFloatMapFactory.withInitialCapacity
(int capacity) Same asMutableShortFloatMapFactory.empty()
. -
Uses of MutableShortFloatMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortFloatMapModifier and TypeMethodDescriptionMutableShortFloatMap.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.MutableShortFloatMap.asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableFloatShortMap.flipUniqueValues()
MutableShortFloatMap.reject
(ShortFloatPredicate predicate) MutableShortFloatMap.select
(ShortFloatPredicate predicate) default MutableShortFloatMap
MutableShortFloatMap.withAllKeyValues
(Iterable<ShortFloatPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableShortFloatMap.withKeyValue
(short key, float value) Associates a value with the specified key.MutableShortFloatMap.withoutAllKeys
(ShortIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableShortFloatMap.withoutKey
(short key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableShortFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableShortFloatMapModifier and TypeFieldDescriptionprivate final MutableShortFloatMap
ImmutableShortFloatHashMap.delegate
-
Uses of MutableShortFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortFloatMapModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
A synchronized view of aMutableShortFloatMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableShortFloatMapModifier and TypeFieldDescriptionprivate final MutableShortFloatMap
SynchronizedShortFloatMap.map
private final MutableShortFloatMap
UnmodifiableShortFloatMap.map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortFloatMapModifier and TypeMethodDescriptionShortFloatHashMap.asSynchronized()
SynchronizedShortFloatMap.asSynchronized()
UnmodifiableShortFloatMap.asSynchronized()
ShortFloatHashMap.asUnmodifiable()
SynchronizedShortFloatMap.asUnmodifiable()
UnmodifiableShortFloatMap.asUnmodifiable()
MutableShortFloatMapFactoryImpl.empty()
FloatShortHashMap.flipUniqueValues()
SynchronizedFloatShortMap.flipUniqueValues()
UnmodifiableFloatShortMap.flipUniqueValues()
MutableShortFloatMapFactoryImpl.from
(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableShortFloatMapFactoryImpl.of()
MutableShortFloatMapFactoryImpl.of
(short key, float value) MutableShortFloatMapFactoryImpl.of
(short key1, float value1, short key2, float value2) MutableShortFloatMapFactoryImpl.of
(short key1, float value1, short key2, float value2, short key3, float value3) MutableShortFloatMapFactoryImpl.of
(short key1, float value1, short key2, float value2, short key3, float value3, short key4, float value4) MutableShortFloatMapFactoryImpl.ofAll
(ShortFloatMap map) MutableShortFloatMapFactoryImpl.ofInitialCapacity
(int capacity) SynchronizedShortFloatMap.reject
(ShortFloatPredicate predicate) UnmodifiableShortFloatMap.reject
(ShortFloatPredicate predicate) SynchronizedShortFloatMap.select
(ShortFloatPredicate predicate) UnmodifiableShortFloatMap.select
(ShortFloatPredicate predicate) MutableShortFloatMapFactoryImpl.with()
MutableShortFloatMapFactoryImpl.with
(short key, float value) MutableShortFloatMapFactoryImpl.with
(short key1, float value1, short key2, float value2) MutableShortFloatMapFactoryImpl.with
(short key1, float value1, short key2, float value2, short key3, float value3) MutableShortFloatMapFactoryImpl.with
(short key1, float value1, short key2, float value2, short key3, float value3, short key4, float value4) MutableShortFloatMapFactoryImpl.withAll
(ShortFloatMap map) MutableShortFloatMapFactoryImpl.withInitialCapacity
(int capacity) SynchronizedShortFloatMap.withKeyValue
(short key, float value) UnmodifiableShortFloatMap.withKeyValue
(short key, float value) SynchronizedShortFloatMap.withoutAllKeys
(ShortIterable keys) UnmodifiableShortFloatMap.withoutAllKeys
(ShortIterable keys) SynchronizedShortFloatMap.withoutKey
(short key) UnmodifiableShortFloatMap.withoutKey
(short key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableShortFloatMapModifierConstructorDescriptionSynchronizedShortFloatMap
(MutableShortFloatMap map, Object newLock)