Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableIntByteMap
-
Packages that use ImmutableIntByteMap 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 ImmutableIntByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableIntByteMap Modifier and Type Method Description ImmutableIntByteMap
ImmutableIntByteMapFactory. empty()
<T> ImmutableIntByteMap
ImmutableIntByteMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
Creates anImmutableIntByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableIntByteMap
ImmutableIntByteMapFactory. of()
Same asImmutableIntByteMapFactory.empty()
.ImmutableIntByteMap
ImmutableIntByteMapFactory. of(int key, byte value)
ImmutableIntByteMap
ImmutableIntByteMapFactory. ofAll(IntByteMap map)
ImmutableIntByteMap
ImmutableIntByteMapFactory. with()
Same asImmutableIntByteMapFactory.empty()
.ImmutableIntByteMap
ImmutableIntByteMapFactory. with(int key, byte value)
ImmutableIntByteMap
ImmutableIntByteMapFactory. withAll(IntByteMap map)
-
Uses of ImmutableIntByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntByteMap Modifier and Type Method Description ImmutableIntByteMap
ImmutableByteIntMap. flipUniqueValues()
ImmutableIntByteMap
ImmutableIntByteMap. newWithKeyValue(int 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.ImmutableIntByteMap
ImmutableIntByteMap. newWithoutAllKeys(IntIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntByteMap
ImmutableIntByteMap. newWithoutKey(int key)
Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableIntByteMap
ImmutableIntByteMap. reject(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteMap. select(IntBytePredicate predicate)
ImmutableIntByteMap
IntByteMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableIntByteMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableIntByteMap Modifier and Type Class Description (package private) class
ImmutableIntByteEmptyMap
ImmutableIntByteEmptyMap is an optimization forImmutableIntByteMap
of size 0.(package private) class
ImmutableIntByteHashMap
ImmutableIntByteHashMap is the non-modifiable equivalent ofIntByteHashMap
.(package private) class
ImmutableIntByteSingletonMap
ImmutableIntByteSingletonMap is an optimization forImmutableIntByteMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableIntByteMap Modifier and Type Field Description (package private) static ImmutableIntByteMap
ImmutableIntByteEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableIntByteMap Modifier and Type Method Description ImmutableIntByteMap
ImmutableIntByteMapFactoryImpl. empty()
ImmutableIntByteMap
ImmutableByteIntEmptyMap. flipUniqueValues()
ImmutableIntByteMap
ImmutableByteIntHashMap. flipUniqueValues()
ImmutableIntByteMap
ImmutableByteIntSingletonMap. flipUniqueValues()
<T> ImmutableIntByteMap
ImmutableIntByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
ImmutableIntByteMap
ImmutableIntByteEmptyMap. newWithKeyValue(int key, byte value)
ImmutableIntByteMap
ImmutableIntByteHashMap. newWithKeyValue(int key, byte value)
ImmutableIntByteMap
ImmutableIntByteSingletonMap. newWithKeyValue(int key, byte value)
ImmutableIntByteMap
ImmutableIntByteEmptyMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntByteMap
ImmutableIntByteHashMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntByteMap
ImmutableIntByteSingletonMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntByteMap
ImmutableIntByteEmptyMap. newWithoutKey(int key)
ImmutableIntByteMap
ImmutableIntByteHashMap. newWithoutKey(int key)
ImmutableIntByteMap
ImmutableIntByteSingletonMap. newWithoutKey(int key)
ImmutableIntByteMap
ImmutableIntByteMapFactoryImpl. of()
ImmutableIntByteMap
ImmutableIntByteMapFactoryImpl. of(int key, byte value)
ImmutableIntByteMap
ImmutableIntByteMapFactoryImpl. ofAll(IntByteMap map)
ImmutableIntByteMap
ImmutableIntByteEmptyMap. reject(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteHashMap. reject(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteSingletonMap. reject(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteEmptyMap. select(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteHashMap. select(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteSingletonMap. select(IntBytePredicate predicate)
ImmutableIntByteMap
ImmutableIntByteEmptyMap. toImmutable()
ImmutableIntByteMap
ImmutableIntByteHashMap. toImmutable()
ImmutableIntByteMap
ImmutableIntByteSingletonMap. toImmutable()
ImmutableIntByteMap
ImmutableIntByteMapFactoryImpl. with()
ImmutableIntByteMap
ImmutableIntByteMapFactoryImpl. with(int key, byte value)
ImmutableIntByteMap
ImmutableIntByteMapFactoryImpl. withAll(IntByteMap map)
-
Uses of ImmutableIntByteMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableIntByteMap Modifier and Type Method Description ImmutableIntByteMap
IntByteHashMap. toImmutable()
ImmutableIntByteMap
SynchronizedIntByteMap. toImmutable()
ImmutableIntByteMap
UnmodifiableIntByteMap. toImmutable()
-