Uses of Interface
org.eclipse.collections.api.map.primitive.MutableFloatLongMap
Packages that use MutableFloatLongMap
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 MutableFloatLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableFloatLongMapModifier and TypeMethodDescriptionMutableFloatLongMapFactory.empty()MutableFloatLongMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatLongMapFactory.of()Same asMutableFloatLongMapFactory.empty().default MutableFloatLongMapMutableFloatLongMapFactory.of(float key, long value) default MutableFloatLongMapMutableFloatLongMapFactory.of(float key1, long value1, float key2, long value2) default MutableFloatLongMapMutableFloatLongMapFactory.of(float key1, long value1, float key2, long value2, float key3, long value3) default MutableFloatLongMapMutableFloatLongMapFactory.of(float key1, long value1, float key2, long value2, float key3, long value3, float key4, long value4) MutableFloatLongMapFactory.ofAll(FloatLongMap map) MutableFloatLongMapFactory.ofInitialCapacity(int capacity) Same asMutableFloatLongMapFactory.empty().MutableFloatLongMapFactory.with()Same asMutableFloatLongMapFactory.empty().default MutableFloatLongMapMutableFloatLongMapFactory.with(float key, long value) default MutableFloatLongMapMutableFloatLongMapFactory.with(float key1, long value1, float key2, long value2) default MutableFloatLongMapMutableFloatLongMapFactory.with(float key1, long value1, float key2, long value2, float key3, long value3) default MutableFloatLongMapMutableFloatLongMapFactory.with(float key1, long value1, float key2, long value2, float key3, long value3, float key4, long value4) MutableFloatLongMapFactory.withAll(FloatLongMap map) MutableFloatLongMapFactory.withInitialCapacity(int capacity) Same asMutableFloatLongMapFactory.empty(). -
Uses of MutableFloatLongMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableFloatLongMapModifier and TypeMethodDescriptionMutableFloatLongMap.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.MutableFloatLongMap.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableLongFloatMap.flipUniqueValues()MutableFloatLongMap.reject(FloatLongPredicate predicate) MutableFloatLongMap.select(FloatLongPredicate predicate) default MutableFloatLongMapMutableFloatLongMap.withAllKeyValues(Iterable<FloatLongPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableFloatLongMap.withKeyValue(float key, long value) Associates a value with the specified key.MutableFloatLongMap.withoutAllKeys(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatLongMap.withoutKey(float key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableFloatLongMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableFloatLongMapModifier and TypeFieldDescriptionprivate final MutableFloatLongMapImmutableFloatLongHashMap.delegate -
Uses of MutableFloatLongMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableFloatLongMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableFloatLongMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableFloatLongMapModifier and TypeFieldDescriptionprivate final MutableFloatLongMapSynchronizedFloatLongMap.mapprivate final MutableFloatLongMapUnmodifiableFloatLongMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableFloatLongMapModifier and TypeMethodDescriptionFloatLongHashMap.asSynchronized()SynchronizedFloatLongMap.asSynchronized()UnmodifiableFloatLongMap.asSynchronized()FloatLongHashMap.asUnmodifiable()SynchronizedFloatLongMap.asUnmodifiable()UnmodifiableFloatLongMap.asUnmodifiable()MutableFloatLongMapFactoryImpl.empty()LongFloatHashMap.flipUniqueValues()SynchronizedLongFloatMap.flipUniqueValues()UnmodifiableLongFloatMap.flipUniqueValues()MutableFloatLongMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) MutableFloatLongMapFactoryImpl.of()MutableFloatLongMapFactoryImpl.of(float key, long value) MutableFloatLongMapFactoryImpl.of(float key1, long value1, float key2, long value2) MutableFloatLongMapFactoryImpl.of(float key1, long value1, float key2, long value2, float key3, long value3) MutableFloatLongMapFactoryImpl.of(float key1, long value1, float key2, long value2, float key3, long value3, float key4, long value4) MutableFloatLongMapFactoryImpl.ofAll(FloatLongMap map) MutableFloatLongMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedFloatLongMap.reject(FloatLongPredicate predicate) UnmodifiableFloatLongMap.reject(FloatLongPredicate predicate) SynchronizedFloatLongMap.select(FloatLongPredicate predicate) UnmodifiableFloatLongMap.select(FloatLongPredicate predicate) MutableFloatLongMapFactoryImpl.with()MutableFloatLongMapFactoryImpl.with(float key, long value) MutableFloatLongMapFactoryImpl.with(float key1, long value1, float key2, long value2) MutableFloatLongMapFactoryImpl.with(float key1, long value1, float key2, long value2, float key3, long value3) MutableFloatLongMapFactoryImpl.with(float key1, long value1, float key2, long value2, float key3, long value3, float key4, long value4) MutableFloatLongMapFactoryImpl.withAll(FloatLongMap map) MutableFloatLongMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedFloatLongMap.withKeyValue(float key, long value) UnmodifiableFloatLongMap.withKeyValue(float key, long value) SynchronizedFloatLongMap.withoutAllKeys(FloatIterable keys) UnmodifiableFloatLongMap.withoutAllKeys(FloatIterable keys) SynchronizedFloatLongMap.withoutKey(float key) UnmodifiableFloatLongMap.withoutKey(float key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableFloatLongMap