Uses of Interface
org.eclipse.collections.api.map.primitive.MutableCharCharMap
Packages that use MutableCharCharMap
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 MutableCharCharMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableCharCharMapModifier and TypeMethodDescriptionMutableCharCharMapFactory.empty()MutableCharCharMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anMutableCharCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableCharCharMapFactory.of()Same asMutableCharCharMapFactory.empty().default MutableCharCharMapMutableCharCharMapFactory.of(char key, char value) default MutableCharCharMapMutableCharCharMapFactory.of(char key1, char value1, char key2, char value2) default MutableCharCharMapMutableCharCharMapFactory.of(char key1, char value1, char key2, char value2, char key3, char value3) default MutableCharCharMapMutableCharCharMapFactory.of(char key1, char value1, char key2, char value2, char key3, char value3, char key4, char value4) MutableCharCharMapFactory.ofAll(CharCharMap map) MutableCharCharMapFactory.ofInitialCapacity(int capacity) Same asMutableCharCharMapFactory.empty().MutableCharCharMapFactory.with()Same asMutableCharCharMapFactory.empty().default MutableCharCharMapMutableCharCharMapFactory.with(char key, char value) default MutableCharCharMapMutableCharCharMapFactory.with(char key1, char value1, char key2, char value2) default MutableCharCharMapMutableCharCharMapFactory.with(char key1, char value1, char key2, char value2, char key3, char value3) default MutableCharCharMapMutableCharCharMapFactory.with(char key1, char value1, char key2, char value2, char key3, char value3, char key4, char value4) MutableCharCharMapFactory.withAll(CharCharMap map) MutableCharCharMapFactory.withInitialCapacity(int capacity) Same asMutableCharCharMapFactory.empty(). -
Uses of MutableCharCharMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharCharMapModifier and TypeMethodDescriptionMutableCharCharMap.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.MutableCharCharMap.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableCharCharMap.flipUniqueValues()MutableCharCharMap.reject(CharCharPredicate predicate) MutableCharCharMap.select(CharCharPredicate predicate) default MutableCharCharMapMutableCharCharMap.withAllKeyValues(Iterable<CharCharPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableCharCharMap.withKeyValue(char key, char value) Associates a value with the specified key.MutableCharCharMap.withoutAllKeys(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharCharMap.withoutKey(char key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableCharCharMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableCharCharMapModifier and TypeFieldDescriptionprivate final MutableCharCharMapImmutableCharCharHashMap.delegate -
Uses of MutableCharCharMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableCharCharMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableCharCharMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableCharCharMapModifier and TypeFieldDescriptionprivate final MutableCharCharMapSynchronizedCharCharMap.mapprivate final MutableCharCharMapUnmodifiableCharCharMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharCharMapModifier and TypeMethodDescriptionCharCharHashMap.asSynchronized()SynchronizedCharCharMap.asSynchronized()UnmodifiableCharCharMap.asSynchronized()CharCharHashMap.asUnmodifiable()SynchronizedCharCharMap.asUnmodifiable()UnmodifiableCharCharMap.asUnmodifiable()MutableCharCharMapFactoryImpl.empty()CharCharHashMap.flipUniqueValues()SynchronizedCharCharMap.flipUniqueValues()UnmodifiableCharCharMap.flipUniqueValues()MutableCharCharMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) MutableCharCharMapFactoryImpl.of()MutableCharCharMapFactoryImpl.of(char key, char value) MutableCharCharMapFactoryImpl.of(char key1, char value1, char key2, char value2) MutableCharCharMapFactoryImpl.of(char key1, char value1, char key2, char value2, char key3, char value3) MutableCharCharMapFactoryImpl.of(char key1, char value1, char key2, char value2, char key3, char value3, char key4, char value4) MutableCharCharMapFactoryImpl.ofAll(CharCharMap map) MutableCharCharMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedCharCharMap.reject(CharCharPredicate predicate) UnmodifiableCharCharMap.reject(CharCharPredicate predicate) SynchronizedCharCharMap.select(CharCharPredicate predicate) UnmodifiableCharCharMap.select(CharCharPredicate predicate) MutableCharCharMapFactoryImpl.with()MutableCharCharMapFactoryImpl.with(char key, char value) MutableCharCharMapFactoryImpl.with(char key1, char value1, char key2, char value2) MutableCharCharMapFactoryImpl.with(char key1, char value1, char key2, char value2, char key3, char value3) MutableCharCharMapFactoryImpl.with(char key1, char value1, char key2, char value2, char key3, char value3, char key4, char value4) MutableCharCharMapFactoryImpl.withAll(CharCharMap map) MutableCharCharMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedCharCharMap.withKeyValue(char key, char value) UnmodifiableCharCharMap.withKeyValue(char key, char value) SynchronizedCharCharMap.withoutAllKeys(CharIterable keys) UnmodifiableCharCharMap.withoutAllKeys(CharIterable keys) SynchronizedCharCharMap.withoutKey(char key) UnmodifiableCharCharMap.withoutKey(char key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableCharCharMap