Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableByteByteMap
-
Packages that use ImmutableByteByteMap 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 ImmutableByteByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableByteByteMap Modifier and Type Method Description ImmutableByteByteMap
ImmutableByteByteMapFactory. empty()
<T> ImmutableByteByteMap
ImmutableByteByteMapFactory. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
Creates anImmutableByteByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableByteByteMap
ImmutableByteByteMapFactory. of()
Same asImmutableByteByteMapFactory.empty()
.ImmutableByteByteMap
ImmutableByteByteMapFactory. of(byte key, byte value)
ImmutableByteByteMap
ImmutableByteByteMapFactory. ofAll(ByteByteMap map)
ImmutableByteByteMap
ImmutableByteByteMapFactory. with()
Same asImmutableByteByteMapFactory.empty()
.ImmutableByteByteMap
ImmutableByteByteMapFactory. with(byte key, byte value)
ImmutableByteByteMap
ImmutableByteByteMapFactory. withAll(ByteByteMap map)
-
Uses of ImmutableByteByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableByteByteMap Modifier and Type Method Description ImmutableByteByteMap
ImmutableByteByteMap. flipUniqueValues()
ImmutableByteByteMap
ImmutableByteByteMap. newWithKeyValue(byte key, byte value)
Copy this map, associate the value with the key (replacing the value if one already exists forkey
), and return the copy as new immutable map.ImmutableByteByteMap
ImmutableByteByteMap. newWithoutAllKeys(ByteIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableByteByteMap
ImmutableByteByteMap. newWithoutKey(byte key)
Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableByteByteMap
ImmutableByteByteMap. reject(ByteBytePredicate predicate)
ImmutableByteByteMap
ImmutableByteByteMap. select(ByteBytePredicate predicate)
ImmutableByteByteMap
ByteByteMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableByteByteMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableByteByteMap Modifier and Type Class Description (package private) class
ImmutableByteByteEmptyMap
ImmutableByteByteEmptyMap is an optimization forImmutableByteByteMap
of size 0.(package private) class
ImmutableByteByteHashMap
ImmutableByteByteHashMap is the non-modifiable equivalent ofByteByteHashMap
.(package private) class
ImmutableByteByteSingletonMap
ImmutableByteByteSingletonMap is an optimization forImmutableByteByteMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableByteByteMap Modifier and Type Field Description (package private) static ImmutableByteByteMap
ImmutableByteByteEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableByteByteMap Modifier and Type Method Description ImmutableByteByteMap
ImmutableByteByteMapFactoryImpl. empty()
ImmutableByteByteMap
ImmutableByteByteEmptyMap. flipUniqueValues()
ImmutableByteByteMap
ImmutableByteByteHashMap. flipUniqueValues()
ImmutableByteByteMap
ImmutableByteByteSingletonMap. flipUniqueValues()
<T> ImmutableByteByteMap
ImmutableByteByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
ImmutableByteByteMap
ImmutableByteByteEmptyMap. newWithKeyValue(byte key, byte value)
ImmutableByteByteMap
ImmutableByteByteHashMap. newWithKeyValue(byte key, byte value)
ImmutableByteByteMap
ImmutableByteByteSingletonMap. newWithKeyValue(byte key, byte value)
ImmutableByteByteMap
ImmutableByteByteEmptyMap. newWithoutAllKeys(ByteIterable keys)
ImmutableByteByteMap
ImmutableByteByteHashMap. newWithoutAllKeys(ByteIterable keys)
ImmutableByteByteMap
ImmutableByteByteSingletonMap. newWithoutAllKeys(ByteIterable keys)
ImmutableByteByteMap
ImmutableByteByteEmptyMap. newWithoutKey(byte key)
ImmutableByteByteMap
ImmutableByteByteHashMap. newWithoutKey(byte key)
ImmutableByteByteMap
ImmutableByteByteSingletonMap. newWithoutKey(byte key)
ImmutableByteByteMap
ImmutableByteByteMapFactoryImpl. of()
ImmutableByteByteMap
ImmutableByteByteMapFactoryImpl. of(byte key, byte value)
ImmutableByteByteMap
ImmutableByteByteMapFactoryImpl. ofAll(ByteByteMap map)
ImmutableByteByteMap
ImmutableByteByteEmptyMap. reject(ByteBytePredicate predicate)
ImmutableByteByteMap
ImmutableByteByteHashMap. reject(ByteBytePredicate predicate)
ImmutableByteByteMap
ImmutableByteByteSingletonMap. reject(ByteBytePredicate predicate)
ImmutableByteByteMap
ImmutableByteByteEmptyMap. select(ByteBytePredicate predicate)
ImmutableByteByteMap
ImmutableByteByteHashMap. select(ByteBytePredicate predicate)
ImmutableByteByteMap
ImmutableByteByteSingletonMap. select(ByteBytePredicate predicate)
ImmutableByteByteMap
ImmutableByteByteEmptyMap. toImmutable()
ImmutableByteByteMap
ImmutableByteByteHashMap. toImmutable()
ImmutableByteByteMap
ImmutableByteByteSingletonMap. toImmutable()
ImmutableByteByteMap
ImmutableByteByteMapFactoryImpl. with()
ImmutableByteByteMap
ImmutableByteByteMapFactoryImpl. with(byte key, byte value)
ImmutableByteByteMap
ImmutableByteByteMapFactoryImpl. withAll(ByteByteMap map)
-
Uses of ImmutableByteByteMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableByteByteMap Modifier and Type Method Description ImmutableByteByteMap
ByteByteHashMap. toImmutable()
ImmutableByteByteMap
SynchronizedByteByteMap. toImmutable()
ImmutableByteByteMap
UnmodifiableByteByteMap. toImmutable()
-