Uses of Interface
org.eclipse.collections.api.map.primitive.MutableIntFloatMap
Packages that use MutableIntFloatMap
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 MutableIntFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableIntFloatMapModifier and TypeMethodDescriptionMutableIntFloatMapFactory.empty()MutableIntFloatMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntFloatMapFactory.of()Same asMutableIntFloatMapFactory.empty().default MutableIntFloatMapMutableIntFloatMapFactory.of(int key, float value) default MutableIntFloatMapMutableIntFloatMapFactory.of(int key1, float value1, int key2, float value2) default MutableIntFloatMapMutableIntFloatMapFactory.of(int key1, float value1, int key2, float value2, int key3, float value3) default MutableIntFloatMapMutableIntFloatMapFactory.of(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4) MutableIntFloatMapFactory.ofAll(IntFloatMap map) MutableIntFloatMapFactory.ofInitialCapacity(int capacity) Same asMutableIntFloatMapFactory.empty().MutableIntFloatMapFactory.with()Same asMutableIntFloatMapFactory.empty().default MutableIntFloatMapMutableIntFloatMapFactory.with(int key, float value) default MutableIntFloatMapMutableIntFloatMapFactory.with(int key1, float value1, int key2, float value2) default MutableIntFloatMapMutableIntFloatMapFactory.with(int key1, float value1, int key2, float value2, int key3, float value3) default MutableIntFloatMapMutableIntFloatMapFactory.with(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4) MutableIntFloatMapFactory.withAll(IntFloatMap map) 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 MutableIntFloatMapModifier and TypeMethodDescriptionMutableIntFloatMap.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.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableFloatIntMap.flipUniqueValues()MutableIntFloatMap.reject(IntFloatPredicate predicate) MutableIntFloatMap.select(IntFloatPredicate predicate) default MutableIntFloatMapMutableIntFloatMap.withAllKeyValues(Iterable<IntFloatPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableIntFloatMap.withKeyValue(int key, float value) Associates a value with the specified key.MutableIntFloatMap.withoutAllKeys(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.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 MutableIntFloatMapModifier and TypeFieldDescriptionprivate final MutableIntFloatMapImmutableIntFloatHashMap.delegate -
Uses of MutableIntFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntFloatMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableIntFloatMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableIntFloatMapModifier and TypeFieldDescriptionprivate final MutableIntFloatMapSynchronizedIntFloatMap.mapprivate final MutableIntFloatMapUnmodifiableIntFloatMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntFloatMapModifier and TypeMethodDescriptionIntFloatHashMap.asSynchronized()SynchronizedIntFloatMap.asSynchronized()UnmodifiableIntFloatMap.asSynchronized()IntFloatHashMap.asUnmodifiable()SynchronizedIntFloatMap.asUnmodifiable()UnmodifiableIntFloatMap.asUnmodifiable()MutableIntFloatMapFactoryImpl.empty()FloatIntHashMap.flipUniqueValues()SynchronizedFloatIntMap.flipUniqueValues()UnmodifiableFloatIntMap.flipUniqueValues()MutableIntFloatMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableIntFloatMapFactoryImpl.of()MutableIntFloatMapFactoryImpl.of(int key, float value) MutableIntFloatMapFactoryImpl.of(int key1, float value1, int key2, float value2) MutableIntFloatMapFactoryImpl.of(int key1, float value1, int key2, float value2, int key3, float value3) MutableIntFloatMapFactoryImpl.of(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4) MutableIntFloatMapFactoryImpl.ofAll(IntFloatMap map) MutableIntFloatMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedIntFloatMap.reject(IntFloatPredicate predicate) UnmodifiableIntFloatMap.reject(IntFloatPredicate predicate) SynchronizedIntFloatMap.select(IntFloatPredicate predicate) UnmodifiableIntFloatMap.select(IntFloatPredicate predicate) MutableIntFloatMapFactoryImpl.with()MutableIntFloatMapFactoryImpl.with(int key, float value) MutableIntFloatMapFactoryImpl.with(int key1, float value1, int key2, float value2) MutableIntFloatMapFactoryImpl.with(int key1, float value1, int key2, float value2, int key3, float value3) MutableIntFloatMapFactoryImpl.with(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4) MutableIntFloatMapFactoryImpl.withAll(IntFloatMap map) MutableIntFloatMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedIntFloatMap.withKeyValue(int key, float value) UnmodifiableIntFloatMap.withKeyValue(int key, float value) SynchronizedIntFloatMap.withoutAllKeys(IntIterable keys) UnmodifiableIntFloatMap.withoutAllKeys(IntIterable keys) SynchronizedIntFloatMap.withoutKey(int key) UnmodifiableIntFloatMap.withoutKey(int key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableIntFloatMap