Uses of Interface
org.eclipse.collections.api.map.primitive.MutableObjectCharMap
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 mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of MutableObjectCharMap in org.eclipse.collections.api.factory.map.primitive
Modifier and TypeMethodDescription<K> MutableObjectCharMap<K>
MutableObjectCharHashingStrategyMapFactory.empty
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.empty()
<T,
K> MutableObjectCharMap<K> MutableObjectCharMapFactory.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, CharFunction<? super T> valueFunction) Creates anMutableObjectCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<K> MutableObjectCharMap<K>
MutableObjectCharHashingStrategyMapFactory.of
(HashingStrategy<? super K> hashingStrategy) Same as#empty()
.<K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.of()
Same asMutableObjectCharMapFactory.empty()
.default <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.of
(K key, char value) default <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.of
(K key1, char value1, K key2, char value2) default <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.of
(K key1, char value1, K key2, char value2, K key3, char value3) default <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.of
(K key1, char value1, K key2, char value2, K key3, char value3, K key4, char value4) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.ofAll
(ObjectCharMap<? extends K> map) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.ofInitialCapacity
(int capacity) Same asMutableObjectCharMapFactory.empty()
.<K> MutableObjectCharMap<K>
MutableObjectCharHashingStrategyMapFactory.with
(HashingStrategy<? super K> hashingStrategy) Same as#empty()
.<K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.with()
Same asMutableObjectCharMapFactory.empty()
.default <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.with
(K key, char value) default <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.with
(K key1, char value1, K key2, char value2) default <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.with
(K key1, char value1, K key2, char value2, K key3, char value3) default <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.with
(K key1, char value1, K key2, char value2, K key3, char value3, K key4, char value4) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.withAll
(ObjectCharMap<? extends K> map) <K> MutableObjectCharMap<K>
MutableObjectCharHashingStrategyMapFactory.withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) Same as#empty()
but takes in an initial capacity<K> MutableObjectCharMap<K>
MutableObjectCharMapFactory.withInitialCapacity
(int capacity) Same asMutableObjectCharMapFactory.empty()
. -
Uses of MutableObjectCharMap in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionMutableObjectCharMap.asSynchronized()
MutableObjectCharMap.asUnmodifiable()
MutableCharObjectMap.flipUniqueValues()
MutableObjectCharMap.reject
(ObjectCharPredicate<? super K> predicate) MutableObjectCharMap.select
(ObjectCharPredicate<? super K> predicate) default MutableObjectCharMap<K>
MutableObjectCharMap.tap
(CharProcedure procedure) default MutableObjectCharMap<K>
MutableObjectCharMap.withAllKeyValues
(Iterable<ObjectCharPair<K>> keyValuePairs) MutableObjectCharMap.withKeyValue
(K key, char value) Associates a value with the specified key.MutableObjectCharMap.withoutAllKeys
(Iterable<? extends K> keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableObjectCharMap.withoutKey
(K key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableObjectCharMap in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file objectPrimitiveHashMap.stg.class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.class
A synchronized view of aMutableObjectCharMap
.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.Modifier and TypeMethodDescriptionObjectCharHashMap.asSynchronized()
ObjectCharHashMapWithHashingStrategy.asSynchronized()
SynchronizedObjectCharMap.asSynchronized()
UnmodifiableObjectCharMap.asSynchronized()
ObjectCharHashMap.asUnmodifiable()
ObjectCharHashMapWithHashingStrategy.asUnmodifiable()
SynchronizedObjectCharMap.asUnmodifiable()
UnmodifiableObjectCharMap.asUnmodifiable()
<K> MutableObjectCharMap<K>
MutableObjectCharHashingStrategyMapFactoryImpl.empty
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.empty()
CharObjectHashMap.flipUniqueValues()
SynchronizedCharObjectMap.flipUniqueValues()
UnmodifiableCharObjectMap.flipUniqueValues()
<T,
K> MutableObjectCharMap<K> MutableObjectCharMapFactoryImpl.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, CharFunction<? super T> valueFunction) <K> MutableObjectCharMap<K>
MutableObjectCharHashingStrategyMapFactoryImpl.of
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.of()
<K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.of
(K key, char value) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.of
(K key1, char value1, K key2, char value2) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.of
(K key1, char value1, K key2, char value2, K key3, char value3) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.of
(K key1, char value1, K key2, char value2, K key3, char value3, K key4, char value4) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.ofAll
(ObjectCharMap<? extends K> map) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.ofInitialCapacity
(int capacity) SynchronizedObjectCharMap.reject
(ObjectCharPredicate<? super K> predicate) UnmodifiableObjectCharMap.reject
(ObjectCharPredicate<? super K> predicate) SynchronizedObjectCharMap.select
(ObjectCharPredicate<? super K> predicate) UnmodifiableObjectCharMap.select
(ObjectCharPredicate<? super K> predicate) <K> MutableObjectCharMap<K>
MutableObjectCharHashingStrategyMapFactoryImpl.with
(HashingStrategy<? super K> hashingStrategy) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.with()
<K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.with
(K key, char value) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.with
(K key1, char value1, K key2, char value2) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.with
(K key1, char value1, K key2, char value2, K key3, char value3) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.with
(K key1, char value1, K key2, char value2, K key3, char value3, K key4, char value4) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.withAll
(ObjectCharMap<? extends K> map) <K> MutableObjectCharMap<K>
MutableObjectCharHashingStrategyMapFactoryImpl.withInitialCapacity
(HashingStrategy<? super K> hashingStrategy, int initialCapacity) <K> MutableObjectCharMap<K>
MutableObjectCharMapFactoryImpl.withInitialCapacity
(int capacity) SynchronizedObjectCharMap.withKeyValue
(K key, char value) UnmodifiableObjectCharMap.withKeyValue
(K key, char value) SynchronizedObjectCharMap.withoutAllKeys
(Iterable<? extends K> keys) UnmodifiableObjectCharMap.withoutAllKeys
(Iterable<? extends K> keys) SynchronizedObjectCharMap.withoutKey
(K key) UnmodifiableObjectCharMap.withoutKey
(K key) ModifierConstructorDescriptionSynchronizedObjectCharMap
(MutableObjectCharMap<K> map, Object newLock)