Uses of Interface
org.eclipse.collections.api.map.primitive.MutableShortByteMap
-
Packages that use MutableShortByteMap 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 MutableShortByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableShortByteMap Modifier and Type Method Description MutableShortByteMap
MutableShortByteMapFactory. empty()
<T> MutableShortByteMap
MutableShortByteMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
Creates anMutableShortByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableShortByteMap
MutableShortByteMapFactory. of()
Same asMutableShortByteMapFactory.empty()
.default MutableShortByteMap
MutableShortByteMapFactory. of(short key, byte value)
default MutableShortByteMap
MutableShortByteMapFactory. of(short key1, byte value1, short key2, byte value2)
default MutableShortByteMap
MutableShortByteMapFactory. of(short key1, byte value1, short key2, byte value2, short key3, byte value3)
default MutableShortByteMap
MutableShortByteMapFactory. of(short key1, byte value1, short key2, byte value2, short key3, byte value3, short key4, byte value4)
MutableShortByteMap
MutableShortByteMapFactory. ofAll(ShortByteMap map)
MutableShortByteMap
MutableShortByteMapFactory. ofInitialCapacity(int capacity)
Same asMutableShortByteMapFactory.empty()
.MutableShortByteMap
MutableShortByteMapFactory. with()
Same asMutableShortByteMapFactory.empty()
.default MutableShortByteMap
MutableShortByteMapFactory. with(short key, byte value)
default MutableShortByteMap
MutableShortByteMapFactory. with(short key1, byte value1, short key2, byte value2)
default MutableShortByteMap
MutableShortByteMapFactory. with(short key1, byte value1, short key2, byte value2, short key3, byte value3)
default MutableShortByteMap
MutableShortByteMapFactory. with(short key1, byte value1, short key2, byte value2, short key3, byte value3, short key4, byte value4)
MutableShortByteMap
MutableShortByteMapFactory. withAll(ShortByteMap map)
MutableShortByteMap
MutableShortByteMapFactory. withInitialCapacity(int capacity)
Same asMutableShortByteMapFactory.empty()
. -
Uses of MutableShortByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortByteMap Modifier and Type Method Description MutableShortByteMap
MutableShortByteMap. 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.MutableShortByteMap
MutableShortByteMap. asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableShortByteMap
MutableByteShortMap. flipUniqueValues()
MutableShortByteMap
MutableShortByteMap. reject(ShortBytePredicate predicate)
MutableShortByteMap
MutableShortByteMap. select(ShortBytePredicate predicate)
default MutableShortByteMap
MutableShortByteMap. withAllKeyValues(java.lang.Iterable<ShortBytePair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map.MutableShortByteMap
MutableShortByteMap. withKeyValue(short key, byte value)
Associates a value with the specified key.MutableShortByteMap
MutableShortByteMap. withoutAllKeys(ShortIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.MutableShortByteMap
MutableShortByteMap. withoutKey(short key)
Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableShortByteMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableShortByteMap Modifier and Type Field Description private MutableShortByteMap
ImmutableShortByteHashMap. delegate
-
Uses of MutableShortByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortByteMap Modifier and Type Class Description class
ShortByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedShortByteMap
A synchronized view of aMutableShortByteMap
.class
UnmodifiableShortByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableShortByteMap Modifier and Type Field Description private MutableShortByteMap
SynchronizedShortByteMap. map
private MutableShortByteMap
UnmodifiableShortByteMap. map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortByteMap Modifier and Type Method Description MutableShortByteMap
ShortByteHashMap. asSynchronized()
MutableShortByteMap
SynchronizedShortByteMap. asSynchronized()
MutableShortByteMap
UnmodifiableShortByteMap. asSynchronized()
MutableShortByteMap
ShortByteHashMap. asUnmodifiable()
MutableShortByteMap
SynchronizedShortByteMap. asUnmodifiable()
MutableShortByteMap
UnmodifiableShortByteMap. asUnmodifiable()
MutableShortByteMap
MutableShortByteMapFactoryImpl. empty()
MutableShortByteMap
ByteShortHashMap. flipUniqueValues()
MutableShortByteMap
SynchronizedByteShortMap. flipUniqueValues()
MutableShortByteMap
UnmodifiableByteShortMap. flipUniqueValues()
<T> MutableShortByteMap
MutableShortByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableShortByteMap
MutableShortByteMapFactoryImpl. of()
MutableShortByteMap
MutableShortByteMapFactoryImpl. of(short key, byte value)
MutableShortByteMap
MutableShortByteMapFactoryImpl. of(short key1, byte value1, short key2, byte value2)
MutableShortByteMap
MutableShortByteMapFactoryImpl. of(short key1, byte value1, short key2, byte value2, short key3, byte value3)
MutableShortByteMap
MutableShortByteMapFactoryImpl. of(short key1, byte value1, short key2, byte value2, short key3, byte value3, short key4, byte value4)
MutableShortByteMap
MutableShortByteMapFactoryImpl. ofAll(ShortByteMap map)
MutableShortByteMap
MutableShortByteMapFactoryImpl. ofInitialCapacity(int capacity)
MutableShortByteMap
SynchronizedShortByteMap. reject(ShortBytePredicate predicate)
MutableShortByteMap
UnmodifiableShortByteMap. reject(ShortBytePredicate predicate)
MutableShortByteMap
SynchronizedShortByteMap. select(ShortBytePredicate predicate)
MutableShortByteMap
UnmodifiableShortByteMap. select(ShortBytePredicate predicate)
MutableShortByteMap
MutableShortByteMapFactoryImpl. with()
MutableShortByteMap
MutableShortByteMapFactoryImpl. with(short key, byte value)
MutableShortByteMap
MutableShortByteMapFactoryImpl. with(short key1, byte value1, short key2, byte value2)
MutableShortByteMap
MutableShortByteMapFactoryImpl. with(short key1, byte value1, short key2, byte value2, short key3, byte value3)
MutableShortByteMap
MutableShortByteMapFactoryImpl. with(short key1, byte value1, short key2, byte value2, short key3, byte value3, short key4, byte value4)
MutableShortByteMap
MutableShortByteMapFactoryImpl. withAll(ShortByteMap map)
MutableShortByteMap
MutableShortByteMapFactoryImpl. withInitialCapacity(int capacity)
MutableShortByteMap
SynchronizedShortByteMap. withKeyValue(short key, byte value)
MutableShortByteMap
UnmodifiableShortByteMap. withKeyValue(short key, byte value)
MutableShortByteMap
SynchronizedShortByteMap. withoutAllKeys(ShortIterable keys)
MutableShortByteMap
UnmodifiableShortByteMap. withoutAllKeys(ShortIterable keys)
MutableShortByteMap
SynchronizedShortByteMap. withoutKey(short key)
MutableShortByteMap
UnmodifiableShortByteMap. withoutKey(short key)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableShortByteMap Constructor Description SynchronizedShortByteMap(MutableShortByteMap map)
SynchronizedShortByteMap(MutableShortByteMap map, java.lang.Object newLock)
UnmodifiableShortByteMap(MutableShortByteMap map)
-