Uses of Interface
org.eclipse.collections.api.map.primitive.MutableCharByteMap
Packages that use MutableCharByteMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of MutableCharByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableCharByteMapModifier and TypeMethodDescriptionMutableCharByteMapFactory.empty()
MutableCharByteMapFactory.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableCharByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableCharByteMapFactory.of()
Same asMutableCharByteMapFactory.empty()
.default MutableCharByteMap
MutableCharByteMapFactory.of
(char key, byte value) default MutableCharByteMap
MutableCharByteMapFactory.of
(char key1, byte value1, char key2, byte value2) default MutableCharByteMap
MutableCharByteMapFactory.of
(char key1, byte value1, char key2, byte value2, char key3, byte value3) default MutableCharByteMap
MutableCharByteMapFactory.of
(char key1, byte value1, char key2, byte value2, char key3, byte value3, char key4, byte value4) MutableCharByteMapFactory.ofAll
(CharByteMap map) MutableCharByteMapFactory.ofInitialCapacity
(int capacity) Same asMutableCharByteMapFactory.empty()
.MutableCharByteMapFactory.with()
Same asMutableCharByteMapFactory.empty()
.default MutableCharByteMap
MutableCharByteMapFactory.with
(char key, byte value) default MutableCharByteMap
MutableCharByteMapFactory.with
(char key1, byte value1, char key2, byte value2) default MutableCharByteMap
MutableCharByteMapFactory.with
(char key1, byte value1, char key2, byte value2, char key3, byte value3) default MutableCharByteMap
MutableCharByteMapFactory.with
(char key1, byte value1, char key2, byte value2, char key3, byte value3, char key4, byte value4) MutableCharByteMapFactory.withAll
(CharByteMap map) MutableCharByteMapFactory.withInitialCapacity
(int capacity) Same asMutableCharByteMapFactory.empty()
. -
Uses of MutableCharByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharByteMapModifier and TypeMethodDescriptionMutableCharByteMap.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.MutableCharByteMap.asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableByteCharMap.flipUniqueValues()
MutableCharByteMap.reject
(CharBytePredicate predicate) MutableCharByteMap.select
(CharBytePredicate predicate) default MutableCharByteMap
MutableCharByteMap.withAllKeyValues
(Iterable<CharBytePair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableCharByteMap.withKeyValue
(char key, byte value) Associates a value with the specified key.MutableCharByteMap.withoutAllKeys
(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharByteMap.withoutKey
(char key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableCharByteMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableCharByteMapModifier and TypeFieldDescriptionprivate final MutableCharByteMap
ImmutableCharByteHashMap.delegate
-
Uses of MutableCharByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableCharByteMapModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
A synchronized view of aMutableCharByteMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableCharByteMapModifier and TypeFieldDescriptionprivate final MutableCharByteMap
SynchronizedCharByteMap.map
private final MutableCharByteMap
UnmodifiableCharByteMap.map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharByteMapModifier and TypeMethodDescriptionCharByteHashMap.asSynchronized()
SynchronizedCharByteMap.asSynchronized()
UnmodifiableCharByteMap.asSynchronized()
CharByteHashMap.asUnmodifiable()
SynchronizedCharByteMap.asUnmodifiable()
UnmodifiableCharByteMap.asUnmodifiable()
MutableCharByteMapFactoryImpl.empty()
ByteCharHashMap.flipUniqueValues()
SynchronizedByteCharMap.flipUniqueValues()
UnmodifiableByteCharMap.flipUniqueValues()
MutableCharByteMapFactoryImpl.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) MutableCharByteMapFactoryImpl.of()
MutableCharByteMapFactoryImpl.of
(char key, byte value) MutableCharByteMapFactoryImpl.of
(char key1, byte value1, char key2, byte value2) MutableCharByteMapFactoryImpl.of
(char key1, byte value1, char key2, byte value2, char key3, byte value3) MutableCharByteMapFactoryImpl.of
(char key1, byte value1, char key2, byte value2, char key3, byte value3, char key4, byte value4) MutableCharByteMapFactoryImpl.ofAll
(CharByteMap map) MutableCharByteMapFactoryImpl.ofInitialCapacity
(int capacity) SynchronizedCharByteMap.reject
(CharBytePredicate predicate) UnmodifiableCharByteMap.reject
(CharBytePredicate predicate) SynchronizedCharByteMap.select
(CharBytePredicate predicate) UnmodifiableCharByteMap.select
(CharBytePredicate predicate) MutableCharByteMapFactoryImpl.with()
MutableCharByteMapFactoryImpl.with
(char key, byte value) MutableCharByteMapFactoryImpl.with
(char key1, byte value1, char key2, byte value2) MutableCharByteMapFactoryImpl.with
(char key1, byte value1, char key2, byte value2, char key3, byte value3) MutableCharByteMapFactoryImpl.with
(char key1, byte value1, char key2, byte value2, char key3, byte value3, char key4, byte value4) MutableCharByteMapFactoryImpl.withAll
(CharByteMap map) MutableCharByteMapFactoryImpl.withInitialCapacity
(int capacity) SynchronizedCharByteMap.withKeyValue
(char key, byte value) UnmodifiableCharByteMap.withKeyValue
(char key, byte value) SynchronizedCharByteMap.withoutAllKeys
(CharIterable keys) UnmodifiableCharByteMap.withoutAllKeys
(CharIterable keys) SynchronizedCharByteMap.withoutKey
(char key) UnmodifiableCharByteMap.withoutKey
(char key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableCharByteMap