Uses of Interface
org.eclipse.collections.api.map.primitive.ObjectFloatMap
Packages that use ObjectFloatMap
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 ObjectFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ObjectFloatMapModifier and TypeMethodDescription<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.ofAll(ObjectFloatMap<? extends K> map) <K> MutableObjectFloatMap<K> MutableObjectFloatMapFactory.ofAll(ObjectFloatMap<? extends K> map) <K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactory.withAll(ObjectFloatMap<? extends K> map) <K> MutableObjectFloatMap<K> MutableObjectFloatMapFactory.withAll(ObjectFloatMap<? extends K> map) -
Uses of ObjectFloatMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ObjectFloatMap in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ObjectFloatMapModifier and TypeMethodDescriptionFloatObjectMap.flipUniqueValues()Return the ObjectFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.ObjectFloatMap.reject(ObjectFloatPredicate<? super K> predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ObjectFloatMap.select(ObjectFloatPredicate<? super K> predicate) Return a copy of this map containing only the key/value pairs that match the predicate.default ObjectFloatMap<K> ObjectFloatMap.tap(FloatProcedure procedure) Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectFloatMapModifier and TypeMethodDescriptionvoidMutableObjectFloatMap.putAll(ObjectFloatMap<? extends K> map) Puts all of the key/value mappings from the specified map into this map. -
Uses of ObjectFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ObjectFloatMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final classImmutableObjectFloatEmptyMap is an optimization forImmutableObjectFloatMapof size 0.(package private) final classImmutableObjectFloatHashMap is the non-modifiable equivalent ofObjectFloatHashMap.(package private) final classImmutableObjectFloatSingletonMap is an optimization forImmutableObjectFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ObjectFloatMapModifier and TypeFieldDescriptionprivate ObjectFloatMap<V> AbstractImmutableObjectFloatMap.ImmutableObjectFloatMapSerializationProxy.mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectFloatMapModifier and TypeMethodDescription<K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactoryImpl.ofAll(ObjectFloatMap<? extends K> map) <K> ImmutableObjectFloatMap<K> ImmutableObjectFloatMapFactoryImpl.withAll(ObjectFloatMap<? extends K> map) Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ObjectFloatMapModifierConstructorDescription(package private)ImmutableObjectFloatHashMap(ObjectFloatMap<? extends K> delegate) protected -
Uses of ObjectFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ObjectFloatMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file objectPrimitiveHashMap.stg.classThis file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.classA synchronized view of aMutableObjectFloatMap.classThis file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectFloatMapModifier and TypeMethodDescriptionstatic <K> ObjectFloatHashMapWithHashingStrategy<K> ObjectFloatHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy, ObjectFloatMap<K> map) <K> MutableObjectFloatMap<K> MutableObjectFloatMapFactoryImpl.ofAll(ObjectFloatMap<? extends K> map) voidObjectFloatHashMap.putAll(ObjectFloatMap<? extends K> map) voidObjectFloatHashMapWithHashingStrategy.putAll(ObjectFloatMap<? extends K> map) voidSynchronizedObjectFloatMap.putAll(ObjectFloatMap<? extends K> map) voidUnmodifiableObjectFloatMap.putAll(ObjectFloatMap<? extends K> map) <K> MutableObjectFloatMap<K> MutableObjectFloatMapFactoryImpl.withAll(ObjectFloatMap<? extends K> map) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectFloatMapModifierConstructorDescriptionObjectFloatHashMap(ObjectFloatMap<? extends K> map) ObjectFloatHashMapWithHashingStrategy(HashingStrategy<? super K> hashingStrategy, ObjectFloatMap<? extends K> map)