Uses of Interface
org.eclipse.collections.api.map.primitive.ObjectDoubleMap
Packages that use ObjectDoubleMap
Package
Description
This package contains interfaces for Eclipse Collections API.
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 ObjectDoubleMap in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return ObjectDoubleMapModifier and TypeMethodDescription<V> ObjectDoubleMap<V>RichIterable.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) Groups and sums the values using the two specified functions.<V> ObjectDoubleMap<V>RichIterable.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) Groups and sums the values using the two specified functions. -
Uses of ObjectDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ObjectDoubleMapModifier and TypeMethodDescription<K> ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map) <K> MutableObjectDoubleMap<K>MutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map) <K> ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) <K> MutableObjectDoubleMap<K>MutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) -
Uses of ObjectDoubleMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ObjectDoubleMap 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 ObjectDoubleMapModifier and TypeMethodDescriptionDoubleObjectMap.flipUniqueValues()Return the ObjectDoubleMap that is obtained by flipping the direction of this map and making the associations from value to key.ObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) Return a copy of this map containing only the key/value pairs that match the predicate.default ObjectDoubleMap<K>ObjectDoubleMap.tap(DoubleProcedure procedure) Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectDoubleMapModifier and TypeMethodDescriptionvoidMutableObjectDoubleMap.putAll(ObjectDoubleMap<? extends K> map) Puts all of the key/value mappings from the specified map into this map.