Uses of Interface
org.eclipse.collections.api.map.primitive.MutableShortLongMap
-
Packages that use MutableShortLongMap 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 MutableShortLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableShortLongMap Modifier and Type Method Description MutableShortLongMap
MutableShortLongMapFactory. empty()
<T> MutableShortLongMap
MutableShortLongMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
Creates anMutableShortLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableShortLongMap
MutableShortLongMapFactory. of()
Same asMutableShortLongMapFactory.empty()
.default MutableShortLongMap
MutableShortLongMapFactory. of(short key, long value)
default MutableShortLongMap
MutableShortLongMapFactory. of(short key1, long value1, short key2, long value2)
default MutableShortLongMap
MutableShortLongMapFactory. of(short key1, long value1, short key2, long value2, short key3, long value3)
default MutableShortLongMap
MutableShortLongMapFactory. of(short key1, long value1, short key2, long value2, short key3, long value3, short key4, long value4)
MutableShortLongMap
MutableShortLongMapFactory. ofAll(ShortLongMap map)
MutableShortLongMap
MutableShortLongMapFactory. ofInitialCapacity(int capacity)
Same asMutableShortLongMapFactory.empty()
.MutableShortLongMap
MutableShortLongMapFactory. with()
Same asMutableShortLongMapFactory.empty()
.default MutableShortLongMap
MutableShortLongMapFactory. with(short key, long value)
default MutableShortLongMap
MutableShortLongMapFactory. with(short key1, long value1, short key2, long value2)
default MutableShortLongMap
MutableShortLongMapFactory. with(short key1, long value1, short key2, long value2, short key3, long value3)
default MutableShortLongMap
MutableShortLongMapFactory. with(short key1, long value1, short key2, long value2, short key3, long value3, short key4, long value4)
MutableShortLongMap
MutableShortLongMapFactory. withAll(ShortLongMap map)
MutableShortLongMap
MutableShortLongMapFactory. withInitialCapacity(int capacity)
Same asMutableShortLongMapFactory.empty()
. -
Uses of MutableShortLongMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortLongMap Modifier and Type Method Description MutableShortLongMap
MutableShortLongMap. 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.MutableShortLongMap
MutableShortLongMap. asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableShortLongMap
MutableLongShortMap. flipUniqueValues()
MutableShortLongMap
MutableShortLongMap. reject(ShortLongPredicate predicate)
MutableShortLongMap
MutableShortLongMap. select(ShortLongPredicate predicate)
default MutableShortLongMap
MutableShortLongMap. withAllKeyValues(java.lang.Iterable<ShortLongPair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map.MutableShortLongMap
MutableShortLongMap. withKeyValue(short key, long value)
Associates a value with the specified key.MutableShortLongMap
MutableShortLongMap. withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.MutableShortLongMap
MutableShortLongMap. withoutKey(short key)
Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableShortLongMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableShortLongMap Modifier and Type Field Description private MutableShortLongMap
ImmutableShortLongHashMap. delegate
-
Uses of MutableShortLongMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortLongMap Modifier and Type Class Description class
ShortLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedShortLongMap
A synchronized view of aMutableShortLongMap
.class
UnmodifiableShortLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableShortLongMap Modifier and Type Field Description private MutableShortLongMap
SynchronizedShortLongMap. map
private MutableShortLongMap
UnmodifiableShortLongMap. map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortLongMap Modifier and Type Method Description MutableShortLongMap
ShortLongHashMap. asSynchronized()
MutableShortLongMap
SynchronizedShortLongMap. asSynchronized()
MutableShortLongMap
UnmodifiableShortLongMap. asSynchronized()
MutableShortLongMap
ShortLongHashMap. asUnmodifiable()
MutableShortLongMap
SynchronizedShortLongMap. asUnmodifiable()
MutableShortLongMap
UnmodifiableShortLongMap. asUnmodifiable()
MutableShortLongMap
MutableShortLongMapFactoryImpl. empty()
MutableShortLongMap
LongShortHashMap. flipUniqueValues()
MutableShortLongMap
SynchronizedLongShortMap. flipUniqueValues()
MutableShortLongMap
UnmodifiableLongShortMap. flipUniqueValues()
<T> MutableShortLongMap
MutableShortLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)
MutableShortLongMap
MutableShortLongMapFactoryImpl. of()
MutableShortLongMap
MutableShortLongMapFactoryImpl. of(short key, long value)
MutableShortLongMap
MutableShortLongMapFactoryImpl. of(short key1, long value1, short key2, long value2)
MutableShortLongMap
MutableShortLongMapFactoryImpl. of(short key1, long value1, short key2, long value2, short key3, long value3)
MutableShortLongMap
MutableShortLongMapFactoryImpl. of(short key1, long value1, short key2, long value2, short key3, long value3, short key4, long value4)
MutableShortLongMap
MutableShortLongMapFactoryImpl. ofAll(ShortLongMap map)
MutableShortLongMap
MutableShortLongMapFactoryImpl. ofInitialCapacity(int capacity)
MutableShortLongMap
SynchronizedShortLongMap. reject(ShortLongPredicate predicate)
MutableShortLongMap
UnmodifiableShortLongMap. reject(ShortLongPredicate predicate)
MutableShortLongMap
SynchronizedShortLongMap. select(ShortLongPredicate predicate)
MutableShortLongMap
UnmodifiableShortLongMap. select(ShortLongPredicate predicate)
MutableShortLongMap
MutableShortLongMapFactoryImpl. with()
MutableShortLongMap
MutableShortLongMapFactoryImpl. with(short key, long value)
MutableShortLongMap
MutableShortLongMapFactoryImpl. with(short key1, long value1, short key2, long value2)
MutableShortLongMap
MutableShortLongMapFactoryImpl. with(short key1, long value1, short key2, long value2, short key3, long value3)
MutableShortLongMap
MutableShortLongMapFactoryImpl. with(short key1, long value1, short key2, long value2, short key3, long value3, short key4, long value4)
MutableShortLongMap
MutableShortLongMapFactoryImpl. withAll(ShortLongMap map)
MutableShortLongMap
MutableShortLongMapFactoryImpl. withInitialCapacity(int capacity)
MutableShortLongMap
SynchronizedShortLongMap. withKeyValue(short key, long value)
MutableShortLongMap
UnmodifiableShortLongMap. withKeyValue(short key, long value)
MutableShortLongMap
SynchronizedShortLongMap. withoutAllKeys(ShortIterable keys)
MutableShortLongMap
UnmodifiableShortLongMap. withoutAllKeys(ShortIterable keys)
MutableShortLongMap
SynchronizedShortLongMap. withoutKey(short key)
MutableShortLongMap
UnmodifiableShortLongMap. withoutKey(short key)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableShortLongMap Constructor Description SynchronizedShortLongMap(MutableShortLongMap map)
SynchronizedShortLongMap(MutableShortLongMap map, java.lang.Object newLock)
UnmodifiableShortLongMap(MutableShortLongMap map)
-