Uses of Interface
org.eclipse.collections.api.map.primitive.MutableLongByteMap
-
Packages that use MutableLongByteMap 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 MutableLongByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableLongByteMap Modifier and Type Method Description MutableLongByteMap
MutableLongByteMapFactory. empty()
<T> MutableLongByteMap
MutableLongByteMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
Creates anMutableLongByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongByteMap
MutableLongByteMapFactory. of()
Same asMutableLongByteMapFactory.empty()
.default MutableLongByteMap
MutableLongByteMapFactory. of(long key, byte value)
default MutableLongByteMap
MutableLongByteMapFactory. of(long key1, byte value1, long key2, byte value2)
default MutableLongByteMap
MutableLongByteMapFactory. of(long key1, byte value1, long key2, byte value2, long key3, byte value3)
default MutableLongByteMap
MutableLongByteMapFactory. of(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4)
MutableLongByteMap
MutableLongByteMapFactory. ofAll(LongByteMap map)
MutableLongByteMap
MutableLongByteMapFactory. ofInitialCapacity(int capacity)
Same asMutableLongByteMapFactory.empty()
.MutableLongByteMap
MutableLongByteMapFactory. with()
Same asMutableLongByteMapFactory.empty()
.default MutableLongByteMap
MutableLongByteMapFactory. with(long key, byte value)
default MutableLongByteMap
MutableLongByteMapFactory. with(long key1, byte value1, long key2, byte value2)
default MutableLongByteMap
MutableLongByteMapFactory. with(long key1, byte value1, long key2, byte value2, long key3, byte value3)
default MutableLongByteMap
MutableLongByteMapFactory. with(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4)
MutableLongByteMap
MutableLongByteMapFactory. withAll(LongByteMap map)
MutableLongByteMap
MutableLongByteMapFactory. withInitialCapacity(int capacity)
Same asMutableLongByteMapFactory.empty()
. -
Uses of MutableLongByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableLongByteMap Modifier and Type Method Description MutableLongByteMap
MutableLongByteMap. 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.MutableLongByteMap
MutableLongByteMap. asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableLongByteMap
MutableByteLongMap. flipUniqueValues()
MutableLongByteMap
MutableLongByteMap. reject(LongBytePredicate predicate)
MutableLongByteMap
MutableLongByteMap. select(LongBytePredicate predicate)
default MutableLongByteMap
MutableLongByteMap. withAllKeyValues(java.lang.Iterable<LongBytePair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map.MutableLongByteMap
MutableLongByteMap. withKeyValue(long key, byte value)
Associates a value with the specified key.MutableLongByteMap
MutableLongByteMap. withoutAllKeys(LongIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.MutableLongByteMap
MutableLongByteMap. withoutKey(long key)
Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableLongByteMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableLongByteMap Modifier and Type Field Description private MutableLongByteMap
ImmutableLongByteHashMap. delegate
-
Uses of MutableLongByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableLongByteMap Modifier and Type Class Description class
LongByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedLongByteMap
A synchronized view of aMutableLongByteMap
.class
UnmodifiableLongByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableLongByteMap Modifier and Type Field Description private MutableLongByteMap
SynchronizedLongByteMap. map
private MutableLongByteMap
UnmodifiableLongByteMap. map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableLongByteMap Modifier and Type Method Description MutableLongByteMap
LongByteHashMap. asSynchronized()
MutableLongByteMap
SynchronizedLongByteMap. asSynchronized()
MutableLongByteMap
UnmodifiableLongByteMap. asSynchronized()
MutableLongByteMap
LongByteHashMap. asUnmodifiable()
MutableLongByteMap
SynchronizedLongByteMap. asUnmodifiable()
MutableLongByteMap
UnmodifiableLongByteMap. asUnmodifiable()
MutableLongByteMap
MutableLongByteMapFactoryImpl. empty()
MutableLongByteMap
ByteLongHashMap. flipUniqueValues()
MutableLongByteMap
SynchronizedByteLongMap. flipUniqueValues()
MutableLongByteMap
UnmodifiableByteLongMap. flipUniqueValues()
<T> MutableLongByteMap
MutableLongByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableLongByteMap
MutableLongByteMapFactoryImpl. of()
MutableLongByteMap
MutableLongByteMapFactoryImpl. of(long key, byte value)
MutableLongByteMap
MutableLongByteMapFactoryImpl. of(long key1, byte value1, long key2, byte value2)
MutableLongByteMap
MutableLongByteMapFactoryImpl. of(long key1, byte value1, long key2, byte value2, long key3, byte value3)
MutableLongByteMap
MutableLongByteMapFactoryImpl. of(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4)
MutableLongByteMap
MutableLongByteMapFactoryImpl. ofAll(LongByteMap map)
MutableLongByteMap
MutableLongByteMapFactoryImpl. ofInitialCapacity(int capacity)
MutableLongByteMap
SynchronizedLongByteMap. reject(LongBytePredicate predicate)
MutableLongByteMap
UnmodifiableLongByteMap. reject(LongBytePredicate predicate)
MutableLongByteMap
SynchronizedLongByteMap. select(LongBytePredicate predicate)
MutableLongByteMap
UnmodifiableLongByteMap. select(LongBytePredicate predicate)
MutableLongByteMap
MutableLongByteMapFactoryImpl. with()
MutableLongByteMap
MutableLongByteMapFactoryImpl. with(long key, byte value)
MutableLongByteMap
MutableLongByteMapFactoryImpl. with(long key1, byte value1, long key2, byte value2)
MutableLongByteMap
MutableLongByteMapFactoryImpl. with(long key1, byte value1, long key2, byte value2, long key3, byte value3)
MutableLongByteMap
MutableLongByteMapFactoryImpl. with(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4)
MutableLongByteMap
MutableLongByteMapFactoryImpl. withAll(LongByteMap map)
MutableLongByteMap
MutableLongByteMapFactoryImpl. withInitialCapacity(int capacity)
MutableLongByteMap
SynchronizedLongByteMap. withKeyValue(long key, byte value)
MutableLongByteMap
UnmodifiableLongByteMap. withKeyValue(long key, byte value)
MutableLongByteMap
SynchronizedLongByteMap. withoutAllKeys(LongIterable keys)
MutableLongByteMap
UnmodifiableLongByteMap. withoutAllKeys(LongIterable keys)
MutableLongByteMap
SynchronizedLongByteMap. withoutKey(long key)
MutableLongByteMap
UnmodifiableLongByteMap. withoutKey(long key)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableLongByteMap Constructor Description SynchronizedLongByteMap(MutableLongByteMap map)
SynchronizedLongByteMap(MutableLongByteMap map, java.lang.Object newLock)
UnmodifiableLongByteMap(MutableLongByteMap map)
-