Uses of Interface
org.eclipse.collections.api.map.primitive.ObjectFloatMap
-
Packages that use ObjectFloatMap Package Description org.eclipse.collections.api.factory.map.primitive org.eclipse.collections.api.map.primitive 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 ObjectFloatMap Modifier and Type Method Description <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.primitive Modifier and Type Interface Description interfaceImmutableObjectFloatMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceMutableObjectFloatMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ObjectFloatMap Modifier and Type Method Description ObjectFloatMap<V>FloatObjectMap. flipUniqueValues()Return the ObjectFloatMap that is obtained by flipping the direction of this map and making the associations from value to key.ObjectFloatMap<K>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<K>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 ObjectFloatMap Modifier and Type Method Description voidMutableObjectFloatMap. putAll(ObjectFloatMap<? extends K> map)Puts all of the key/value mappings from the specified map into this map.
-