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