Uses of Interface
org.eclipse.collections.api.map.primitive.LongFloatMap
Packages that use LongFloatMap
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 LongFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type LongFloatMapModifier and TypeMethodDescriptionImmutableLongFloatMapFactory.ofAll(LongFloatMap map) MutableLongFloatMapFactory.ofAll(LongFloatMap map) ImmutableLongFloatMapFactory.withAll(LongFloatMap map) MutableLongFloatMapFactory.withAll(LongFloatMap map) -
Uses of LongFloatMap in org.eclipse.collections.api.map.primitive
Subinterfaces of LongFloatMap in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return LongFloatMapModifier and TypeMethodDescriptionFloatLongMap.flipUniqueValues()Return the LongFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.LongFloatMap.reject(LongFloatPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.LongFloatMap.select(LongFloatPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.Methods in org.eclipse.collections.api.map.primitive with parameters of type LongFloatMapModifier and TypeMethodDescriptionvoidMutableLongFloatMap.putAll(LongFloatMap map) Puts all of the key/value mappings from the specified map into this map. -
Uses of LongFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement LongFloatMapModifier and TypeClassDescription(package private) final classImmutableLongFloatEmptyMap is an optimization forImmutableLongFloatMapof size 0.(package private) final classImmutableLongFloatHashMap is the non-modifiable equivalent ofLongFloatHashMap.(package private) final classImmutableLongFloatSingletonMap is an optimization forImmutableLongFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as LongFloatMapModifier and TypeFieldDescriptionprivate LongFloatMapImmutableLongFloatHashMap.ImmutableLongFloatMapSerializationProxy.mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongFloatMapModifier and TypeMethodDescriptionImmutableLongFloatMapFactoryImpl.ofAll(LongFloatMap map) ImmutableLongFloatMapFactoryImpl.withAll(LongFloatMap map) Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongFloatMapModifierConstructorDescription(package private)ImmutableLongFloatHashMap(LongFloatMap delegate) protected -
Uses of LongFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LongFloatMapModifier 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.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongFloatMapModifier and TypeMethodDescriptionMutableLongFloatMapFactoryImpl.ofAll(LongFloatMap map) voidLongFloatHashMap.putAll(LongFloatMap map) voidSynchronizedLongFloatMap.putAll(LongFloatMap map) voidUnmodifiableLongFloatMap.putAll(LongFloatMap map) MutableLongFloatMapFactoryImpl.withAll(LongFloatMap map) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongFloatMap