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