Uses of Interface
org.eclipse.collections.api.map.primitive.MutableDoubleIntMap
Packages that use MutableDoubleIntMap
Package
Description
This 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 implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of MutableDoubleIntMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableDoubleIntMapModifier and TypeMethodDescriptionMutableDoubleIntMapFactory.empty()MutableDoubleIntMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableDoubleIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableDoubleIntMapFactory.of()Same asMutableDoubleIntMapFactory.empty().default MutableDoubleIntMapMutableDoubleIntMapFactory.of(double key, int value) default MutableDoubleIntMapMutableDoubleIntMapFactory.of(double key1, int value1, double key2, int value2) default MutableDoubleIntMapMutableDoubleIntMapFactory.of(double key1, int value1, double key2, int value2, double key3, int value3) default MutableDoubleIntMapMutableDoubleIntMapFactory.of(double key1, int value1, double key2, int value2, double key3, int value3, double key4, int value4) MutableDoubleIntMapFactory.ofAll(DoubleIntMap map) MutableDoubleIntMapFactory.ofInitialCapacity(int capacity) Same asMutableDoubleIntMapFactory.empty().MutableDoubleIntMapFactory.with()Same asMutableDoubleIntMapFactory.empty().default MutableDoubleIntMapMutableDoubleIntMapFactory.with(double key, int value) default MutableDoubleIntMapMutableDoubleIntMapFactory.with(double key1, int value1, double key2, int value2) default MutableDoubleIntMapMutableDoubleIntMapFactory.with(double key1, int value1, double key2, int value2, double key3, int value3) default MutableDoubleIntMapMutableDoubleIntMapFactory.with(double key1, int value1, double key2, int value2, double key3, int value3, double key4, int value4) MutableDoubleIntMapFactory.withAll(DoubleIntMap map) MutableDoubleIntMapFactory.withInitialCapacity(int capacity) Same asMutableDoubleIntMapFactory.empty(). -
Uses of MutableDoubleIntMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableDoubleIntMapModifier and TypeMethodDescriptionMutableDoubleIntMap.asSynchronized()Returns a synchronized view of this map, delegating all operations to this map but ensuring only one caller has access to the map at a time.MutableDoubleIntMap.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableIntDoubleMap.flipUniqueValues()MutableDoubleIntMap.reject(DoubleIntPredicate predicate) MutableDoubleIntMap.select(DoubleIntPredicate predicate) default MutableDoubleIntMapMutableDoubleIntMap.withAllKeyValues(Iterable<DoubleIntPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableDoubleIntMap.withKeyValue(double key, int value) Associates a value with the specified key.MutableDoubleIntMap.withoutAllKeys(DoubleIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableDoubleIntMap.withoutKey(double key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableDoubleIntMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableDoubleIntMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableDoubleIntMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableDoubleIntMapModifier and TypeMethodDescriptionDoubleIntHashMap.asSynchronized()SynchronizedDoubleIntMap.asSynchronized()UnmodifiableDoubleIntMap.asSynchronized()DoubleIntHashMap.asUnmodifiable()SynchronizedDoubleIntMap.asUnmodifiable()UnmodifiableDoubleIntMap.asUnmodifiable()MutableDoubleIntMapFactoryImpl.empty()IntDoubleHashMap.flipUniqueValues()SynchronizedIntDoubleMap.flipUniqueValues()UnmodifiableIntDoubleMap.flipUniqueValues()MutableDoubleIntMapFactoryImpl.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) MutableDoubleIntMapFactoryImpl.of()MutableDoubleIntMapFactoryImpl.of(double key, int value) MutableDoubleIntMapFactoryImpl.of(double key1, int value1, double key2, int value2) MutableDoubleIntMapFactoryImpl.of(double key1, int value1, double key2, int value2, double key3, int value3) MutableDoubleIntMapFactoryImpl.of(double key1, int value1, double key2, int value2, double key3, int value3, double key4, int value4) MutableDoubleIntMapFactoryImpl.ofAll(DoubleIntMap map) MutableDoubleIntMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedDoubleIntMap.reject(DoubleIntPredicate predicate) UnmodifiableDoubleIntMap.reject(DoubleIntPredicate predicate) SynchronizedDoubleIntMap.select(DoubleIntPredicate predicate) UnmodifiableDoubleIntMap.select(DoubleIntPredicate predicate) MutableDoubleIntMapFactoryImpl.with()MutableDoubleIntMapFactoryImpl.with(double key, int value) MutableDoubleIntMapFactoryImpl.with(double key1, int value1, double key2, int value2) MutableDoubleIntMapFactoryImpl.with(double key1, int value1, double key2, int value2, double key3, int value3) MutableDoubleIntMapFactoryImpl.with(double key1, int value1, double key2, int value2, double key3, int value3, double key4, int value4) MutableDoubleIntMapFactoryImpl.withAll(DoubleIntMap map) MutableDoubleIntMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedDoubleIntMap.withKeyValue(double key, int value) UnmodifiableDoubleIntMap.withKeyValue(double key, int value) SynchronizedDoubleIntMap.withoutAllKeys(DoubleIterable keys) UnmodifiableDoubleIntMap.withoutAllKeys(DoubleIterable keys) SynchronizedDoubleIntMap.withoutKey(double key) UnmodifiableDoubleIntMap.withoutKey(double key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableDoubleIntMap