Uses of Interface
org.eclipse.collections.api.map.primitive.MutableCharFloatMap
Packages that use MutableCharFloatMap
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 MutableCharFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableCharFloatMapModifier and TypeMethodDescriptionMutableCharFloatMapFactory.empty()
MutableCharFloatMapFactory.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableCharFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableCharFloatMapFactory.of()
Same asMutableCharFloatMapFactory.empty()
.default MutableCharFloatMap
MutableCharFloatMapFactory.of
(char key, float value) default MutableCharFloatMap
MutableCharFloatMapFactory.of
(char key1, float value1, char key2, float value2) default MutableCharFloatMap
MutableCharFloatMapFactory.of
(char key1, float value1, char key2, float value2, char key3, float value3) default MutableCharFloatMap
MutableCharFloatMapFactory.of
(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) MutableCharFloatMapFactory.ofAll
(CharFloatMap map) MutableCharFloatMapFactory.ofInitialCapacity
(int capacity) Same asMutableCharFloatMapFactory.empty()
.MutableCharFloatMapFactory.with()
Same asMutableCharFloatMapFactory.empty()
.default MutableCharFloatMap
MutableCharFloatMapFactory.with
(char key, float value) default MutableCharFloatMap
MutableCharFloatMapFactory.with
(char key1, float value1, char key2, float value2) default MutableCharFloatMap
MutableCharFloatMapFactory.with
(char key1, float value1, char key2, float value2, char key3, float value3) default MutableCharFloatMap
MutableCharFloatMapFactory.with
(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) MutableCharFloatMapFactory.withAll
(CharFloatMap map) MutableCharFloatMapFactory.withInitialCapacity
(int capacity) Same asMutableCharFloatMapFactory.empty()
. -
Uses of MutableCharFloatMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharFloatMapModifier and TypeMethodDescriptionMutableCharFloatMap.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.MutableCharFloatMap.asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableFloatCharMap.flipUniqueValues()
MutableCharFloatMap.reject
(CharFloatPredicate predicate) MutableCharFloatMap.select
(CharFloatPredicate predicate) default MutableCharFloatMap
MutableCharFloatMap.withAllKeyValues
(Iterable<CharFloatPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableCharFloatMap.withKeyValue
(char key, float value) Associates a value with the specified key.MutableCharFloatMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharFloatMap.withoutKey
(char key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableCharFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableCharFloatMapModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
A synchronized view of aMutableCharFloatMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharFloatMapModifier and TypeMethodDescriptionCharFloatHashMap.asSynchronized()
SynchronizedCharFloatMap.asSynchronized()
UnmodifiableCharFloatMap.asSynchronized()
CharFloatHashMap.asUnmodifiable()
SynchronizedCharFloatMap.asUnmodifiable()
UnmodifiableCharFloatMap.asUnmodifiable()
MutableCharFloatMapFactoryImpl.empty()
FloatCharHashMap.flipUniqueValues()
SynchronizedFloatCharMap.flipUniqueValues()
UnmodifiableFloatCharMap.flipUniqueValues()
MutableCharFloatMapFactoryImpl.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableCharFloatMapFactoryImpl.of()
MutableCharFloatMapFactoryImpl.of
(char key, float value) MutableCharFloatMapFactoryImpl.of
(char key1, float value1, char key2, float value2) MutableCharFloatMapFactoryImpl.of
(char key1, float value1, char key2, float value2, char key3, float value3) MutableCharFloatMapFactoryImpl.of
(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) MutableCharFloatMapFactoryImpl.ofAll
(CharFloatMap map) MutableCharFloatMapFactoryImpl.ofInitialCapacity
(int capacity) SynchronizedCharFloatMap.reject
(CharFloatPredicate predicate) UnmodifiableCharFloatMap.reject
(CharFloatPredicate predicate) SynchronizedCharFloatMap.select
(CharFloatPredicate predicate) UnmodifiableCharFloatMap.select
(CharFloatPredicate predicate) MutableCharFloatMapFactoryImpl.with()
MutableCharFloatMapFactoryImpl.with
(char key, float value) MutableCharFloatMapFactoryImpl.with
(char key1, float value1, char key2, float value2) MutableCharFloatMapFactoryImpl.with
(char key1, float value1, char key2, float value2, char key3, float value3) MutableCharFloatMapFactoryImpl.with
(char key1, float value1, char key2, float value2, char key3, float value3, char key4, float value4) MutableCharFloatMapFactoryImpl.withAll
(CharFloatMap map) MutableCharFloatMapFactoryImpl.withInitialCapacity
(int capacity) SynchronizedCharFloatMap.withKeyValue
(char key, float value) UnmodifiableCharFloatMap.withKeyValue
(char key, float value) SynchronizedCharFloatMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharFloatMap.withoutAllKeys
(CharIterable keys) SynchronizedCharFloatMap.withoutKey
(char key) UnmodifiableCharFloatMap.withoutKey
(char key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableCharFloatMap