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