Uses of Interface
org.eclipse.collections.api.map.primitive.MutableObjectFloatMap
Packages that use MutableObjectFloatMap
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 MutableObjectFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableObjectFloatMapModifier and TypeMethodDescription<K> MutableObjectFloatMap
<K> MutableObjectFloatHashingStrategyMapFactory.empty
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.empty()
<T,
K> MutableObjectFloatMap <K> MutableObjectFloatMapFactory.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableObjectFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<K> MutableObjectFloatMap
<K> MutableObjectFloatHashingStrategyMapFactory.of
(HashingStrategy<? super K> hashingStrategy) Same asinvalid reference
#empty()
<K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.of()
Same asMutableObjectFloatMapFactory.empty()
.default <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.of
(K key, float value) default <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.of
(K key1, float value1, K key2, float value2) default <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.of
(K key1, float value1, K key2, float value2, K key3, float value3) default <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.of
(K key1, float value1, K key2, float value2, K key3, float value3, K key4, float value4) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.ofAll
(ObjectFloatMap<? extends K> map) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.ofInitialCapacity
(int capacity) Same asMutableObjectFloatMapFactory.empty()
.<K> MutableObjectFloatMap
<K> MutableObjectFloatHashingStrategyMapFactory.with
(HashingStrategy<? super K> hashingStrategy) Same asinvalid reference
#empty()
<K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.with()
Same asMutableObjectFloatMapFactory.empty()
.default <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.with
(K key, float value) default <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.with
(K key1, float value1, K key2, float value2) default <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.with
(K key1, float value1, K key2, float value2, K key3, float value3) default <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.with
(K key1, float value1, K key2, float value2, K key3, float value3, K key4, float value4) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.withAll
(ObjectFloatMap<? extends K> map) <K> MutableObjectFloatMap
<K> MutableObjectFloatHashingStrategyMapFactory.withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asinvalid reference
#empty()
<K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactory.withInitialCapacity
(int capacity) Same asMutableObjectFloatMapFactory.empty()
. -
Uses of MutableObjectFloatMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableObjectFloatMapModifier and TypeMethodDescriptionMutableObjectFloatMap.asSynchronized()
MutableObjectFloatMap.asUnmodifiable()
MutableFloatObjectMap.flipUniqueValues()
MutableObjectFloatMap.reject
(ObjectFloatPredicate<? super K> predicate) MutableObjectFloatMap.select
(ObjectFloatPredicate<? super K> predicate) default MutableObjectFloatMap
<K> MutableObjectFloatMap.tap
(FloatProcedure procedure) default MutableObjectFloatMap
<K> MutableObjectFloatMap.withAllKeyValues
(Iterable<ObjectFloatPair<K>> keyValuePairs) MutableObjectFloatMap.withKeyValue
(K key, float value) Associates a value with the specified key.MutableObjectFloatMap.withoutAllKeys
(Iterable<? extends K> keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableObjectFloatMap.withoutKey
(K key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableObjectFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableObjectFloatMapModifier and TypeFieldDescriptionprivate final MutableObjectFloatMap
<K> ImmutableObjectFloatHashMap.delegate
-
Uses of MutableObjectFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableObjectFloatMapModifier and TypeClassDescriptionclass
This file was automatically generated from template file objectPrimitiveHashMap.stg.class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.class
A synchronized view of aMutableObjectFloatMap
.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableObjectFloatMapModifier and TypeFieldDescriptionprivate final MutableObjectFloatMap
<K> SynchronizedObjectFloatMap.map
private final MutableObjectFloatMap
<K> UnmodifiableObjectFloatMap.map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableObjectFloatMapModifier and TypeMethodDescriptionObjectFloatHashMap.asSynchronized()
ObjectFloatHashMapWithHashingStrategy.asSynchronized()
SynchronizedObjectFloatMap.asSynchronized()
UnmodifiableObjectFloatMap.asSynchronized()
ObjectFloatHashMap.asUnmodifiable()
ObjectFloatHashMapWithHashingStrategy.asUnmodifiable()
SynchronizedObjectFloatMap.asUnmodifiable()
UnmodifiableObjectFloatMap.asUnmodifiable()
<K> MutableObjectFloatMap
<K> MutableObjectFloatHashingStrategyMapFactoryImpl.empty
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.empty()
FloatObjectHashMap.flipUniqueValues()
SynchronizedFloatObjectMap.flipUniqueValues()
UnmodifiableFloatObjectMap.flipUniqueValues()
<T,
K> MutableObjectFloatMap <K> MutableObjectFloatMapFactoryImpl.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) <K> MutableObjectFloatMap
<K> MutableObjectFloatHashingStrategyMapFactoryImpl.of
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.of()
<K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.of
(K key, float value) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.of
(K key1, float value1, K key2, float value2) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.of
(K key1, float value1, K key2, float value2, K key3, float value3) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.of
(K key1, float value1, K key2, float value2, K key3, float value3, K key4, float value4) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.ofAll
(ObjectFloatMap<? extends K> map) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.ofInitialCapacity
(int capacity) SynchronizedObjectFloatMap.reject
(ObjectFloatPredicate<? super K> predicate) UnmodifiableObjectFloatMap.reject
(ObjectFloatPredicate<? super K> predicate) SynchronizedObjectFloatMap.select
(ObjectFloatPredicate<? super K> predicate) UnmodifiableObjectFloatMap.select
(ObjectFloatPredicate<? super K> predicate) <K> MutableObjectFloatMap
<K> MutableObjectFloatHashingStrategyMapFactoryImpl.with
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.with()
<K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.with
(K key, float value) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.with
(K key1, float value1, K key2, float value2) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.with
(K key1, float value1, K key2, float value2, K key3, float value3) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.with
(K key1, float value1, K key2, float value2, K key3, float value3, K key4, float value4) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.withAll
(ObjectFloatMap<? extends K> map) <K> MutableObjectFloatMap
<K> MutableObjectFloatHashingStrategyMapFactoryImpl.withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) <K> MutableObjectFloatMap
<K> MutableObjectFloatMapFactoryImpl.withInitialCapacity
(int capacity) SynchronizedObjectFloatMap.withKeyValue
(K key, float value) UnmodifiableObjectFloatMap.withKeyValue
(K key, float value) SynchronizedObjectFloatMap.withoutAllKeys
(Iterable<? extends K> keys) UnmodifiableObjectFloatMap.withoutAllKeys
(Iterable<? extends K> keys) SynchronizedObjectFloatMap.withoutKey
(K key) UnmodifiableObjectFloatMap.withoutKey
(K key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableObjectFloatMapModifierConstructorDescriptionSynchronizedObjectFloatMap
(MutableObjectFloatMap<K> map, Object newLock)