Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableCharByteMap
-
Packages that use ImmutableCharByteMap 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 ImmutableCharByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableCharByteMap Modifier and Type Method Description ImmutableCharByteMap
ImmutableCharByteMapFactory. empty()
<T> ImmutableCharByteMap
ImmutableCharByteMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
Creates anImmutableCharByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableCharByteMap
ImmutableCharByteMapFactory. of()
Same asImmutableCharByteMapFactory.empty()
.ImmutableCharByteMap
ImmutableCharByteMapFactory. of(char key, byte value)
ImmutableCharByteMap
ImmutableCharByteMapFactory. ofAll(CharByteMap map)
ImmutableCharByteMap
ImmutableCharByteMapFactory. with()
Same asImmutableCharByteMapFactory.empty()
.ImmutableCharByteMap
ImmutableCharByteMapFactory. with(char key, byte value)
ImmutableCharByteMap
ImmutableCharByteMapFactory. withAll(CharByteMap map)
-
Uses of ImmutableCharByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableCharByteMap Modifier and Type Method Description ImmutableCharByteMap
ImmutableByteCharMap. flipUniqueValues()
ImmutableCharByteMap
ImmutableCharByteMap. newWithKeyValue(char 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.ImmutableCharByteMap
ImmutableCharByteMap. newWithoutAllKeys(CharIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharByteMap
ImmutableCharByteMap. newWithoutKey(char key)
Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableCharByteMap
ImmutableCharByteMap. reject(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteMap. select(CharBytePredicate predicate)
ImmutableCharByteMap
CharByteMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableCharByteMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableCharByteMap Modifier and Type Class Description (package private) class
ImmutableCharByteEmptyMap
ImmutableCharByteEmptyMap is an optimization forImmutableCharByteMap
of size 0.(package private) class
ImmutableCharByteHashMap
ImmutableCharByteHashMap is the non-modifiable equivalent ofCharByteHashMap
.(package private) class
ImmutableCharByteSingletonMap
ImmutableCharByteSingletonMap is an optimization forImmutableCharByteMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableCharByteMap Modifier and Type Field Description (package private) static ImmutableCharByteMap
ImmutableCharByteEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableCharByteMap Modifier and Type Method Description ImmutableCharByteMap
ImmutableCharByteMapFactoryImpl. empty()
ImmutableCharByteMap
ImmutableByteCharEmptyMap. flipUniqueValues()
ImmutableCharByteMap
ImmutableByteCharHashMap. flipUniqueValues()
ImmutableCharByteMap
ImmutableByteCharSingletonMap. flipUniqueValues()
<T> ImmutableCharByteMap
ImmutableCharByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
ImmutableCharByteMap
ImmutableCharByteEmptyMap. newWithKeyValue(char key, byte value)
ImmutableCharByteMap
ImmutableCharByteHashMap. newWithKeyValue(char key, byte value)
ImmutableCharByteMap
ImmutableCharByteSingletonMap. newWithKeyValue(char key, byte value)
ImmutableCharByteMap
ImmutableCharByteEmptyMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharByteMap
ImmutableCharByteHashMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharByteMap
ImmutableCharByteSingletonMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharByteMap
ImmutableCharByteEmptyMap. newWithoutKey(char key)
ImmutableCharByteMap
ImmutableCharByteHashMap. newWithoutKey(char key)
ImmutableCharByteMap
ImmutableCharByteSingletonMap. newWithoutKey(char key)
ImmutableCharByteMap
ImmutableCharByteMapFactoryImpl. of()
ImmutableCharByteMap
ImmutableCharByteMapFactoryImpl. of(char key, byte value)
ImmutableCharByteMap
ImmutableCharByteMapFactoryImpl. ofAll(CharByteMap map)
ImmutableCharByteMap
ImmutableCharByteEmptyMap. reject(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteHashMap. reject(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteSingletonMap. reject(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteEmptyMap. select(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteHashMap. select(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteSingletonMap. select(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteEmptyMap. toImmutable()
ImmutableCharByteMap
ImmutableCharByteHashMap. toImmutable()
ImmutableCharByteMap
ImmutableCharByteSingletonMap. toImmutable()
ImmutableCharByteMap
ImmutableCharByteMapFactoryImpl. with()
ImmutableCharByteMap
ImmutableCharByteMapFactoryImpl. with(char key, byte value)
ImmutableCharByteMap
ImmutableCharByteMapFactoryImpl. withAll(CharByteMap map)
-
Uses of ImmutableCharByteMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharByteMap Modifier and Type Method Description ImmutableCharByteMap
CharByteHashMap. toImmutable()
ImmutableCharByteMap
SynchronizedCharByteMap. toImmutable()
ImmutableCharByteMap
UnmodifiableCharByteMap. toImmutable()
-