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