Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableObjectDoubleMap
Packages that use ImmutableObjectDoubleMap
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.
-
Uses of ImmutableObjectDoubleMap in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return ImmutableObjectDoubleMapModifier and TypeMethodDescription<V> ImmutableObjectDoubleMap<V>ImmutableCollection.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> ImmutableObjectDoubleMap<V>ImmutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of ImmutableObjectDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableObjectDoubleMapModifier and TypeMethodDescription<K> ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMapFactory.empty()<T,K> ImmutableObjectDoubleMap<K> ImmutableObjectDoubleMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, DoubleFunction<? super T> valueFunction) Creates anImmutableObjectDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<K> ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMapFactory.of()<K> ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMapFactory.of(K key, double value) <K> ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMapFactory.ofAll(ObjectDoubleMap<? extends K> map) <K> ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMapFactory.with()<K> ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMapFactory.with(K key, double value) <K> ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMapFactory.withAll(ObjectDoubleMap<? extends K> map) -
Uses of ImmutableObjectDoubleMap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableObjectDoubleMapModifier and TypeMethodDescription<VV> ImmutableObjectDoubleMap<VV>ImmutableOrderedMap.sumByDouble(Function<? super V, ? extends VV> groupBy, DoubleFunction<? super V> function) <VV> ImmutableObjectDoubleMap<VV>ImmutableOrderedMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) -
Uses of ImmutableObjectDoubleMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableObjectDoubleMapModifier and TypeMethodDescriptionImmutableDoubleObjectMap.flipUniqueValues()ImmutableObjectDoubleMap.newWithKeyValue(K key, double value) Copy this map, associate the value with the key (replacing the value if one already exists forkey), and return the copy as new immutable map.ImmutableObjectDoubleMap.newWithoutAllKeys(Iterable<? extends K> keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableObjectDoubleMap.newWithoutKey(K key) Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableObjectDoubleMap.reject(ObjectDoublePredicate<? super K> predicate) ImmutableObjectDoubleMap.select(ObjectDoublePredicate<? super K> predicate) <VV> ImmutableObjectDoubleMap<VV>ImmutablePrimitiveObjectMap.sumByDouble(Function<? super V, ? extends VV> groupBy, DoubleFunction<? super V> function) <VV> ImmutableObjectDoubleMap<VV>ImmutablePrimitiveObjectMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) default ImmutableObjectDoubleMap<K>ImmutableObjectDoubleMap.tap(DoubleProcedure procedure) ObjectDoubleMap.toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableObjectDoubleMap in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack that return ImmutableObjectDoubleMapModifier and TypeMethodDescription<V> ImmutableObjectDoubleMap<V>ImmutableStack.sumByDouble(Function<? super T, ? extends V> groupBy, DoubleFunction<? super T> function) <V> ImmutableObjectDoubleMap<V>ImmutableStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function)