Uses of Interface
org.eclipse.collections.api.map.primitive.MutableByteDoubleMap
Packages that use MutableByteDoubleMap
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 immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of MutableByteDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableByteDoubleMapModifier and TypeMethodDescriptionMutableByteDoubleMapFactory.empty()MutableByteDoubleMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anMutableByteDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableByteDoubleMapFactory.of()Same asMutableByteDoubleMapFactory.empty().default MutableByteDoubleMapMutableByteDoubleMapFactory.of(byte key, double value) default MutableByteDoubleMapMutableByteDoubleMapFactory.of(byte key1, double value1, byte key2, double value2) default MutableByteDoubleMapMutableByteDoubleMapFactory.of(byte key1, double value1, byte key2, double value2, byte key3, double value3) default MutableByteDoubleMapMutableByteDoubleMapFactory.of(byte key1, double value1, byte key2, double value2, byte key3, double value3, byte key4, double value4) MutableByteDoubleMapFactory.ofAll(ByteDoubleMap map) MutableByteDoubleMapFactory.ofInitialCapacity(int capacity) Same asMutableByteDoubleMapFactory.empty().MutableByteDoubleMapFactory.with()Same asMutableByteDoubleMapFactory.empty().default MutableByteDoubleMapMutableByteDoubleMapFactory.with(byte key, double value) default MutableByteDoubleMapMutableByteDoubleMapFactory.with(byte key1, double value1, byte key2, double value2) default MutableByteDoubleMapMutableByteDoubleMapFactory.with(byte key1, double value1, byte key2, double value2, byte key3, double value3) default MutableByteDoubleMapMutableByteDoubleMapFactory.with(byte key1, double value1, byte key2, double value2, byte key3, double value3, byte key4, double value4) MutableByteDoubleMapFactory.withAll(ByteDoubleMap map) MutableByteDoubleMapFactory.withInitialCapacity(int capacity) Same asMutableByteDoubleMapFactory.empty(). -
Uses of MutableByteDoubleMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableByteDoubleMapModifier and TypeMethodDescriptionMutableByteDoubleMap.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.MutableByteDoubleMap.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableDoubleByteMap.flipUniqueValues()MutableByteDoubleMap.reject(ByteDoublePredicate predicate) MutableByteDoubleMap.select(ByteDoublePredicate predicate) default MutableByteDoubleMapMutableByteDoubleMap.withAllKeyValues(Iterable<ByteDoublePair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableByteDoubleMap.withKeyValue(byte key, double value) Associates a value with the specified key.MutableByteDoubleMap.withoutAllKeys(ByteIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableByteDoubleMap.withoutKey(byte key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableByteDoubleMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableByteDoubleMapModifier and TypeFieldDescriptionprivate final MutableByteDoubleMapImmutableByteDoubleHashMap.delegate -
Uses of MutableByteDoubleMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableByteDoubleMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableByteDoubleMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableByteDoubleMapModifier and TypeFieldDescriptionprivate final MutableByteDoubleMapSynchronizedByteDoubleMap.mapprivate final MutableByteDoubleMapUnmodifiableByteDoubleMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableByteDoubleMapModifier and TypeMethodDescriptionByteDoubleHashMap.asSynchronized()SynchronizedByteDoubleMap.asSynchronized()UnmodifiableByteDoubleMap.asSynchronized()ByteDoubleHashMap.asUnmodifiable()SynchronizedByteDoubleMap.asUnmodifiable()UnmodifiableByteDoubleMap.asUnmodifiable()MutableByteDoubleMapFactoryImpl.empty()DoubleByteHashMap.flipUniqueValues()SynchronizedDoubleByteMap.flipUniqueValues()UnmodifiableDoubleByteMap.flipUniqueValues()MutableByteDoubleMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) MutableByteDoubleMapFactoryImpl.of()MutableByteDoubleMapFactoryImpl.of(byte key, double value) MutableByteDoubleMapFactoryImpl.of(byte key1, double value1, byte key2, double value2) MutableByteDoubleMapFactoryImpl.of(byte key1, double value1, byte key2, double value2, byte key3, double value3) MutableByteDoubleMapFactoryImpl.of(byte key1, double value1, byte key2, double value2, byte key3, double value3, byte key4, double value4) MutableByteDoubleMapFactoryImpl.ofAll(ByteDoubleMap map) MutableByteDoubleMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedByteDoubleMap.reject(ByteDoublePredicate predicate) UnmodifiableByteDoubleMap.reject(ByteDoublePredicate predicate) SynchronizedByteDoubleMap.select(ByteDoublePredicate predicate) UnmodifiableByteDoubleMap.select(ByteDoublePredicate predicate) MutableByteDoubleMapFactoryImpl.with()MutableByteDoubleMapFactoryImpl.with(byte key, double value) MutableByteDoubleMapFactoryImpl.with(byte key1, double value1, byte key2, double value2) MutableByteDoubleMapFactoryImpl.with(byte key1, double value1, byte key2, double value2, byte key3, double value3) MutableByteDoubleMapFactoryImpl.with(byte key1, double value1, byte key2, double value2, byte key3, double value3, byte key4, double value4) MutableByteDoubleMapFactoryImpl.withAll(ByteDoubleMap map) MutableByteDoubleMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedByteDoubleMap.withKeyValue(byte key, double value) UnmodifiableByteDoubleMap.withKeyValue(byte key, double value) SynchronizedByteDoubleMap.withoutAllKeys(ByteIterable keys) UnmodifiableByteDoubleMap.withoutAllKeys(ByteIterable keys) SynchronizedByteDoubleMap.withoutKey(byte key) UnmodifiableByteDoubleMap.withoutKey(byte key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableByteDoubleMapModifierConstructorDescriptionSynchronizedByteDoubleMap(MutableByteDoubleMap map, Object newLock)