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.
-
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.