Uses of Interface
org.eclipse.collections.api.map.primitive.MutableIntFloatMap
-
Packages that use MutableIntFloatMap 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 MutableIntFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableIntFloatMap Modifier and Type Method Description MutableIntFloatMap
MutableIntFloatMapFactory. empty()
<T> MutableIntFloatMap
MutableIntFloatMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
Creates anMutableIntFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableIntFloatMap
MutableIntFloatMapFactory. of()
Same asMutableIntFloatMapFactory.empty()
.default MutableIntFloatMap
MutableIntFloatMapFactory. of(int key, float value)
default MutableIntFloatMap
MutableIntFloatMapFactory. of(int key1, float value1, int key2, float value2)
default MutableIntFloatMap
MutableIntFloatMapFactory. of(int key1, float value1, int key2, float value2, int key3, float value3)
default MutableIntFloatMap
MutableIntFloatMapFactory. of(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4)
MutableIntFloatMap
MutableIntFloatMapFactory. ofAll(IntFloatMap map)
MutableIntFloatMap
MutableIntFloatMapFactory. ofInitialCapacity(int capacity)
Same asMutableIntFloatMapFactory.empty()
.MutableIntFloatMap
MutableIntFloatMapFactory. with()
Same asMutableIntFloatMapFactory.empty()
.default MutableIntFloatMap
MutableIntFloatMapFactory. with(int key, float value)
default MutableIntFloatMap
MutableIntFloatMapFactory. with(int key1, float value1, int key2, float value2)
default MutableIntFloatMap
MutableIntFloatMapFactory. with(int key1, float value1, int key2, float value2, int key3, float value3)
default MutableIntFloatMap
MutableIntFloatMapFactory. with(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4)
MutableIntFloatMap
MutableIntFloatMapFactory. withAll(IntFloatMap map)
MutableIntFloatMap
MutableIntFloatMapFactory. withInitialCapacity(int capacity)
Same asMutableIntFloatMapFactory.empty()
. -
Uses of MutableIntFloatMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntFloatMap Modifier and Type Method Description MutableIntFloatMap
MutableIntFloatMap. 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.MutableIntFloatMap
MutableIntFloatMap. asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableIntFloatMap
MutableFloatIntMap. flipUniqueValues()
MutableIntFloatMap
MutableIntFloatMap. reject(IntFloatPredicate predicate)
MutableIntFloatMap
MutableIntFloatMap. select(IntFloatPredicate predicate)
default MutableIntFloatMap
MutableIntFloatMap. withAllKeyValues(java.lang.Iterable<IntFloatPair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map.MutableIntFloatMap
MutableIntFloatMap. withKeyValue(int key, float value)
Associates a value with the specified key.MutableIntFloatMap
MutableIntFloatMap. withoutAllKeys(IntIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.MutableIntFloatMap
MutableIntFloatMap. withoutKey(int key)
Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableIntFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableIntFloatMap Modifier and Type Field Description private MutableIntFloatMap
ImmutableIntFloatHashMap. delegate
-
Uses of MutableIntFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntFloatMap Modifier and Type Class Description class
IntFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedIntFloatMap
A synchronized view of aMutableIntFloatMap
.class
UnmodifiableIntFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableIntFloatMap Modifier and Type Field Description private MutableIntFloatMap
SynchronizedIntFloatMap. map
private MutableIntFloatMap
UnmodifiableIntFloatMap. map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntFloatMap Modifier and Type Method Description MutableIntFloatMap
IntFloatHashMap. asSynchronized()
MutableIntFloatMap
SynchronizedIntFloatMap. asSynchronized()
MutableIntFloatMap
UnmodifiableIntFloatMap. asSynchronized()
MutableIntFloatMap
IntFloatHashMap. asUnmodifiable()
MutableIntFloatMap
SynchronizedIntFloatMap. asUnmodifiable()
MutableIntFloatMap
UnmodifiableIntFloatMap. asUnmodifiable()
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. empty()
MutableIntFloatMap
FloatIntHashMap. flipUniqueValues()
MutableIntFloatMap
SynchronizedFloatIntMap. flipUniqueValues()
MutableIntFloatMap
UnmodifiableFloatIntMap. flipUniqueValues()
<T> MutableIntFloatMap
MutableIntFloatMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. of()
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. of(int key, float value)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. of(int key1, float value1, int key2, float value2)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. of(int key1, float value1, int key2, float value2, int key3, float value3)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. of(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. ofAll(IntFloatMap map)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. ofInitialCapacity(int capacity)
MutableIntFloatMap
SynchronizedIntFloatMap. reject(IntFloatPredicate predicate)
MutableIntFloatMap
UnmodifiableIntFloatMap. reject(IntFloatPredicate predicate)
MutableIntFloatMap
SynchronizedIntFloatMap. select(IntFloatPredicate predicate)
MutableIntFloatMap
UnmodifiableIntFloatMap. select(IntFloatPredicate predicate)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. with()
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. with(int key, float value)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. with(int key1, float value1, int key2, float value2)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. with(int key1, float value1, int key2, float value2, int key3, float value3)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. with(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. withAll(IntFloatMap map)
MutableIntFloatMap
MutableIntFloatMapFactoryImpl. withInitialCapacity(int capacity)
MutableIntFloatMap
SynchronizedIntFloatMap. withKeyValue(int key, float value)
MutableIntFloatMap
UnmodifiableIntFloatMap. withKeyValue(int key, float value)
MutableIntFloatMap
SynchronizedIntFloatMap. withoutAllKeys(IntIterable keys)
MutableIntFloatMap
UnmodifiableIntFloatMap. withoutAllKeys(IntIterable keys)
MutableIntFloatMap
SynchronizedIntFloatMap. withoutKey(int key)
MutableIntFloatMap
UnmodifiableIntFloatMap. withoutKey(int key)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableIntFloatMap Constructor Description SynchronizedIntFloatMap(MutableIntFloatMap map)
SynchronizedIntFloatMap(MutableIntFloatMap map, java.lang.Object newLock)
UnmodifiableIntFloatMap(MutableIntFloatMap map)
-