Uses of Interface
org.eclipse.collections.api.map.primitive.MutableObjectDoubleMap
Packages that use MutableObjectDoubleMap
Package
Description
This package contains interfaces for map API which enhance the performance and functionality of
MapThis 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 interfaces for stack API.
This package contains implementations of the
MutableBag interface.This package contains implementations of the
MutableBiMap interface.This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure.This package contains implementations of the
MutableCollection interface.This package contains implementations of the
MutableList interface.This package contains implementations of the
MapIterable interface.This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap interface.This package contains classes which is used for parallel iteration through the containers.
This package contains implementations of the
MutableStack interface.This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of MutableObjectDoubleMap in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return MutableObjectDoubleMapModifier and TypeMethodDescription<V> MutableObjectDoubleMap<V> MutableCollection.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> MutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableObjectDoubleMapModifier and TypeMethodDescription<K> MutableObjectDoubleMap<K> MutableObjectDoubleHashingStrategyMapFactory.empty(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.empty()<T,K> MutableObjectDoubleMap <K> MutableObjectDoubleMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, DoubleFunction<? super T> valueFunction) Creates anMutableObjectDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<K> MutableObjectDoubleMap<K> MutableObjectDoubleHashingStrategyMapFactory.of(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.of()default <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.of(K key, double value) default <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.of(K key1, double value1, K key2, double value2) default <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.of(K key1, double value1, K key2, double value2, K key3, double value3) default <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.of(K key1, double value1, K key2, double value2, K key3, double value3, K key4, double value4) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.ofInitialCapacity(int capacity) <K> MutableObjectDoubleMap<K> MutableObjectDoubleHashingStrategyMapFactory.with(HashingStrategy<? super K> hashingStrategy) Same as.invalid reference
#empty()<K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.with()default <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.with(K key, double value) default <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.with(K key1, double value1, K key2, double value2) default <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.with(K key1, double value1, K key2, double value2, K key3, double value3) default <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.with(K key1, double value1, K key2, double value2, K key3, double value3, K key4, double value4) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) <K> MutableObjectDoubleMap<K> MutableObjectDoubleHashingStrategyMapFactory.withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same asbut takes in an initial capacityinvalid reference
#empty()<K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactory.withInitialCapacity(int capacity) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return MutableObjectDoubleMapModifier and TypeMethodDescription<V1> MutableObjectDoubleMap<V1> MutableMapIterable.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> MutableMapIterable.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableObjectDoubleMapModifier and TypeMethodDescriptionMutableObjectDoubleMap.asSynchronized()MutableObjectDoubleMap.asUnmodifiable()MutableDoubleObjectMap.flipUniqueValues()MutableObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) MutableObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) <VV> MutableObjectDoubleMap<VV> MutablePrimitiveObjectMap.sumByDouble(Function<? super V, ? extends VV> groupBy, DoubleFunction<? super V> function) <VV> MutableObjectDoubleMap<VV> MutablePrimitiveObjectMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) default MutableObjectDoubleMap<K> MutableObjectDoubleMap.tap(DoubleProcedure procedure) default MutableObjectDoubleMap<K> MutableObjectDoubleMap.withAllKeyValues(Iterable<ObjectDoublePair<K>> keyValuePairs) MutableObjectDoubleMap.withKeyValue(K key, double value) Associates a value with the specified key.MutableObjectDoubleMap.withoutAllKeys(Iterable<? extends K> keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableObjectDoubleMap.withoutKey(K key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableObjectDoubleMap in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return MutableObjectDoubleMapModifier and TypeMethodDescription<V> MutableObjectDoubleMap<V> MutableStack.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> MutableStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return MutableObjectDoubleMapModifier and TypeMethodDescription<V> MutableObjectDoubleMap<V> AbstractMutableBagIterable.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMutableBagIterable.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return MutableObjectDoubleMapModifier and TypeMethodDescription<V1> MutableObjectDoubleMap<V1> AbstractMutableBiMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableBiMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> AbstractMutableBiMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableBiMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.block.factory
Methods in org.eclipse.collections.impl.block.factory that return types with arguments of type MutableObjectDoubleMapModifier and TypeMethodDescriptionstatic <T,V> Function2 <MutableObjectDoubleMap<V>, T, MutableObjectDoubleMap<V>> PrimitiveFunctions.sumByDoubleFunction(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) static <T,V> Function2 <MutableObjectDoubleMap<V>, T, MutableObjectDoubleMap<V>> PrimitiveFunctions.sumByDoubleFunction(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) static <T,V> Function2 <MutableObjectDoubleMap<V>, T, MutableObjectDoubleMap<V>> PrimitiveFunctions.sumByFloatFunction(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) static <T,V> Function2 <MutableObjectDoubleMap<V>, T, MutableObjectDoubleMap<V>> PrimitiveFunctions.sumByFloatFunction(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable that return MutableObjectDoubleMapModifier and TypeMethodDescription<V> MutableObjectDoubleMap<V> AbstractCollectionAdapter.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMultiReaderMutableCollection.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMultiReaderMutableCollection.UntouchableMutableCollection.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMutableCollection.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractSynchronizedMutableCollection.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractUnmodifiableMutableCollection.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractCollectionAdapter.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMultiReaderMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMultiReaderMutableCollection.UntouchableMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractSynchronizedMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractUnmodifiableMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector that return types with arguments of type MutableObjectDoubleMapModifier and TypeMethodDescriptionstatic <T,V> Collector <T, ?, MutableObjectDoubleMap<V>> Collectors2.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) Groups and sums the values using the two specified functions.static <T,V> Collector <T, ?, MutableObjectDoubleMap<V>> Collectors2.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) Groups and sums the values using the two specified functions. -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return MutableObjectDoubleMapModifier and TypeMethodDescription<V> MutableObjectDoubleMap<V> FastList.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> FastList.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.map
Methods in org.eclipse.collections.impl.map that return MutableObjectDoubleMapModifier and TypeMethodDescription<V1> MutableObjectDoubleMap<V1> AbstractSynchronizedMapIterable.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> AbstractSynchronizedMapIterable.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableObjectDoubleMapModifier and TypeFieldDescriptionprivate final MutableObjectDoubleMap<K> ImmutableObjectDoubleHashMap.delegate -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return MutableObjectDoubleMapModifier and TypeMethodDescription<V1> MutableObjectDoubleMap<V1> AbstractMutableMapIterable.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableMutableMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> AbstractMutableMapIterable.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableMutableMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableObjectDoubleMapModifier 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 aMutableObjectDoubleMap.classThis file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableObjectDoubleMapModifier and TypeFieldDescriptionprivate final MutableObjectDoubleMap<K> SynchronizedObjectDoubleMap.mapprivate final MutableObjectDoubleMap<K> UnmodifiableObjectDoubleMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableObjectDoubleMapModifier and TypeMethodDescriptionObjectDoubleHashMap.asSynchronized()ObjectDoubleHashMapWithHashingStrategy.asSynchronized()SynchronizedObjectDoubleMap.asSynchronized()UnmodifiableObjectDoubleMap.asSynchronized()ObjectDoubleHashMap.asUnmodifiable()ObjectDoubleHashMapWithHashingStrategy.asUnmodifiable()SynchronizedObjectDoubleMap.asUnmodifiable()UnmodifiableObjectDoubleMap.asUnmodifiable()<K> MutableObjectDoubleMap<K> MutableObjectDoubleHashingStrategyMapFactoryImpl.empty(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.empty()DoubleObjectHashMap.flipUniqueValues()SynchronizedDoubleObjectMap.flipUniqueValues()UnmodifiableDoubleObjectMap.flipUniqueValues()<T,K> MutableObjectDoubleMap <K> MutableObjectDoubleMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, DoubleFunction<? super T> valueFunction) <K> MutableObjectDoubleMap<K> MutableObjectDoubleHashingStrategyMapFactoryImpl.of(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.of()<K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.of(K key, double value) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.of(K key1, double value1, K key2, double value2) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.of(K key1, double value1, K key2, double value2, K key3, double value3) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.of(K key1, double value1, K key2, double value2, K key3, double value3, K key4, double value4) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.ofAll(ObjectDoubleMap<? extends K> map) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) UnmodifiableObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) SynchronizedObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) UnmodifiableObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) <V1> MutableObjectDoubleMap<V1> ByteObjectHashMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> CharObjectHashMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> DoubleObjectHashMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> FloatObjectHashMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> IntObjectHashMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> LongObjectHashMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> ShortObjectHashMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedByteObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedCharObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedDoubleObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedFloatObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedIntObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedLongObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedShortObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableByteObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableCharObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableDoubleObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableFloatObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableIntObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableLongObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableShortObjectMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> ByteObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> CharObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> DoubleObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> FloatObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> IntObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> LongObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> ShortObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedByteObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedCharObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedDoubleObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedFloatObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedIntObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedLongObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedShortObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableByteObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableCharObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableDoubleObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableFloatObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableIntObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableLongObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableShortObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <K> MutableObjectDoubleMap<K> MutableObjectDoubleHashingStrategyMapFactoryImpl.with(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.with()<K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.with(K key, double value) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.with(K key1, double value1, K key2, double value2) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.with(K key1, double value1, K key2, double value2, K key3, double value3) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.with(K key1, double value1, K key2, double value2, K key3, double value3, K key4, double value4) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.withAll(ObjectDoubleMap<? extends K> map) <K> MutableObjectDoubleMap<K> MutableObjectDoubleHashingStrategyMapFactoryImpl.withInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) <K> MutableObjectDoubleMap<K> MutableObjectDoubleMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedObjectDoubleMap.withKeyValue(K key, double value) UnmodifiableObjectDoubleMap.withKeyValue(K key, double value) SynchronizedObjectDoubleMap.withoutAllKeys(Iterable<? extends K> keys) UnmodifiableObjectDoubleMap.withoutAllKeys(Iterable<? extends K> keys) SynchronizedObjectDoubleMap.withoutKey(K key) UnmodifiableObjectDoubleMap.withoutKey(K key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableObjectDoubleMapModifierConstructorDescriptionSynchronizedObjectDoubleMap(MutableObjectDoubleMap<K> map, Object newLock) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable that return MutableObjectDoubleMapModifier and TypeMethodDescription<V1> MutableObjectDoubleMap<V1> OrderedMapAdapter.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <VV> MutableObjectDoubleMap<VV> UnmodifiableMutableOrderedMap.sumByDouble(Function<? super V, ? extends VV> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> OrderedMapAdapter.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <VV> MutableObjectDoubleMap<VV> UnmodifiableMutableOrderedMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable that return MutableObjectDoubleMapModifier and TypeMethodDescription<V1> MutableObjectDoubleMap<V1> UnmodifiableTreeMap.sumByDouble(Function<? super V, ? extends V1> groupBy, DoubleFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableTreeMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.parallel
Fields in org.eclipse.collections.impl.parallel declared as MutableObjectDoubleMapModifier and TypeFieldDescriptionprivate final MutableObjectDoubleMap<V> ParallelIterate.SumByDoubleCombiner.compensationprivate final MutableObjectDoubleMap<V> ParallelIterate.SumByFloatCombiner.compensationprivate final MutableObjectDoubleMap<V> ParallelIterate.SumByDoubleCombiner.resultprivate final MutableObjectDoubleMap<V> ParallelIterate.SumByFloatCombiner.resultConstructors in org.eclipse.collections.impl.parallel with parameters of type MutableObjectDoubleMapModifierConstructorDescriptionprivateSumByDoubleCombiner(MutableObjectDoubleMap<V> result) privateSumByFloatCombiner(MutableObjectDoubleMap<V> result) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable that return MutableObjectDoubleMapModifier and TypeMethodDescription<V> MutableObjectDoubleMap<V> ArrayStack.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> SynchronizedStack.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> UnmodifiableStack.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> MutableObjectDoubleMap<V> ArrayStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> SynchronizedStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> UnmodifiableStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of MutableObjectDoubleMap in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal that return MutableObjectDoubleMapModifier and TypeMethodDescriptionstatic <V,T> MutableObjectDoubleMap <V> InternalArrayIterate.sumByDouble(T[] array, int size, Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) static <V,T> MutableObjectDoubleMap <V> InternalArrayIterate.sumByFloat(T[] array, int size, Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function)