Uses of Interface
org.eclipse.collections.api.map.primitive.ObjectDoubleMap
-
Packages that use ObjectDoubleMap Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.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 ObjectDoubleMap in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return ObjectDoubleMap Modifier and Type Method Description <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 ObjectDoubleMap Modifier and Type Method Description <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.primitive Modifier and Type Interface Description interfaceImmutableObjectDoubleMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceMutableObjectDoubleMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ObjectDoubleMap Modifier and Type Method Description ObjectDoubleMap<V>DoubleObjectMap. flipUniqueValues()Return the ObjectDoubleMap that is obtained by flipping the direction of this map and making the associations from value to key.ObjectDoubleMap<K>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<K>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 ObjectDoubleMap Modifier and Type Method Description voidMutableObjectDoubleMap. putAll(ObjectDoubleMap<? extends K> map)Puts all of the key/value mappings from the specified map into this map.
-