Uses of Interface
org.eclipse.collections.api.map.primitive.MutableShortDoubleMap
-
Packages that use MutableShortDoubleMap Package Description 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.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of MutableShortDoubleMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableShortDoubleMap Modifier and Type Method Description MutableShortDoubleMap
MutableShortDoubleMapFactory. empty()
<T> MutableShortDoubleMap
MutableShortDoubleMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
Creates anMutableShortDoubleMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableShortDoubleMap
MutableShortDoubleMapFactory. of()
Same asMutableShortDoubleMapFactory.empty()
.default MutableShortDoubleMap
MutableShortDoubleMapFactory. of(short key, double value)
default MutableShortDoubleMap
MutableShortDoubleMapFactory. of(short key1, double value1, short key2, double value2)
default MutableShortDoubleMap
MutableShortDoubleMapFactory. of(short key1, double value1, short key2, double value2, short key3, double value3)
default MutableShortDoubleMap
MutableShortDoubleMapFactory. of(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4)
MutableShortDoubleMap
MutableShortDoubleMapFactory. ofAll(ShortDoubleMap map)
MutableShortDoubleMap
MutableShortDoubleMapFactory. ofInitialCapacity(int capacity)
Same asMutableShortDoubleMapFactory.empty()
.MutableShortDoubleMap
MutableShortDoubleMapFactory. with()
Same asMutableShortDoubleMapFactory.empty()
.default MutableShortDoubleMap
MutableShortDoubleMapFactory. with(short key, double value)
default MutableShortDoubleMap
MutableShortDoubleMapFactory. with(short key1, double value1, short key2, double value2)
default MutableShortDoubleMap
MutableShortDoubleMapFactory. with(short key1, double value1, short key2, double value2, short key3, double value3)
default MutableShortDoubleMap
MutableShortDoubleMapFactory. with(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4)
MutableShortDoubleMap
MutableShortDoubleMapFactory. withAll(ShortDoubleMap map)
MutableShortDoubleMap
MutableShortDoubleMapFactory. withInitialCapacity(int capacity)
Same asMutableShortDoubleMapFactory.empty()
. -
Uses of MutableShortDoubleMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortDoubleMap Modifier and Type Method Description MutableShortDoubleMap
MutableShortDoubleMap. 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.MutableShortDoubleMap
MutableShortDoubleMap. asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableShortDoubleMap
MutableDoubleShortMap. flipUniqueValues()
MutableShortDoubleMap
MutableShortDoubleMap. reject(ShortDoublePredicate predicate)
MutableShortDoubleMap
MutableShortDoubleMap. select(ShortDoublePredicate predicate)
default MutableShortDoubleMap
MutableShortDoubleMap. withAllKeyValues(java.lang.Iterable<ShortDoublePair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map.MutableShortDoubleMap
MutableShortDoubleMap. withKeyValue(short key, double value)
Associates a value with the specified key.MutableShortDoubleMap
MutableShortDoubleMap. withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.MutableShortDoubleMap
MutableShortDoubleMap. withoutKey(short key)
Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableShortDoubleMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableShortDoubleMap Modifier and Type Field Description private MutableShortDoubleMap
ImmutableShortDoubleHashMap. delegate
-
Uses of MutableShortDoubleMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortDoubleMap Modifier and Type Class Description class
ShortDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedShortDoubleMap
A synchronized view of aMutableShortDoubleMap
.class
UnmodifiableShortDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableShortDoubleMap Modifier and Type Field Description private MutableShortDoubleMap
SynchronizedShortDoubleMap. map
private MutableShortDoubleMap
UnmodifiableShortDoubleMap. map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortDoubleMap Modifier and Type Method Description MutableShortDoubleMap
ShortDoubleHashMap. asSynchronized()
MutableShortDoubleMap
SynchronizedShortDoubleMap. asSynchronized()
MutableShortDoubleMap
UnmodifiableShortDoubleMap. asSynchronized()
MutableShortDoubleMap
ShortDoubleHashMap. asUnmodifiable()
MutableShortDoubleMap
SynchronizedShortDoubleMap. asUnmodifiable()
MutableShortDoubleMap
UnmodifiableShortDoubleMap. asUnmodifiable()
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. empty()
MutableShortDoubleMap
DoubleShortHashMap. flipUniqueValues()
MutableShortDoubleMap
SynchronizedDoubleShortMap. flipUniqueValues()
MutableShortDoubleMap
UnmodifiableDoubleShortMap. flipUniqueValues()
<T> MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. of()
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. of(short key, double value)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. of(short key1, double value1, short key2, double value2)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. of(short key1, double value1, short key2, double value2, short key3, double value3)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. of(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. ofAll(ShortDoubleMap map)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. ofInitialCapacity(int capacity)
MutableShortDoubleMap
SynchronizedShortDoubleMap. reject(ShortDoublePredicate predicate)
MutableShortDoubleMap
UnmodifiableShortDoubleMap. reject(ShortDoublePredicate predicate)
MutableShortDoubleMap
SynchronizedShortDoubleMap. select(ShortDoublePredicate predicate)
MutableShortDoubleMap
UnmodifiableShortDoubleMap. select(ShortDoublePredicate predicate)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. with()
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. with(short key, double value)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. with(short key1, double value1, short key2, double value2)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. with(short key1, double value1, short key2, double value2, short key3, double value3)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. with(short key1, double value1, short key2, double value2, short key3, double value3, short key4, double value4)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. withAll(ShortDoubleMap map)
MutableShortDoubleMap
MutableShortDoubleMapFactoryImpl. withInitialCapacity(int capacity)
MutableShortDoubleMap
SynchronizedShortDoubleMap. withKeyValue(short key, double value)
MutableShortDoubleMap
UnmodifiableShortDoubleMap. withKeyValue(short key, double value)
MutableShortDoubleMap
SynchronizedShortDoubleMap. withoutAllKeys(ShortIterable keys)
MutableShortDoubleMap
UnmodifiableShortDoubleMap. withoutAllKeys(ShortIterable keys)
MutableShortDoubleMap
SynchronizedShortDoubleMap. withoutKey(short key)
MutableShortDoubleMap
UnmodifiableShortDoubleMap. withoutKey(short key)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableShortDoubleMap Constructor Description SynchronizedShortDoubleMap(MutableShortDoubleMap map)
SynchronizedShortDoubleMap(MutableShortDoubleMap map, java.lang.Object newLock)
UnmodifiableShortDoubleMap(MutableShortDoubleMap map)
-