Uses of Interface
org.eclipse.collections.api.map.primitive.MutableCharShortMap
Packages that use MutableCharShortMap
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 MutableCharShortMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableCharShortMapModifier and TypeMethodDescriptionMutableCharShortMapFactory.empty()MutableCharShortMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableCharShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableCharShortMapFactory.of()Same asMutableCharShortMapFactory.empty().default MutableCharShortMapMutableCharShortMapFactory.of(char key, short value) default MutableCharShortMapMutableCharShortMapFactory.of(char key1, short value1, char key2, short value2) default MutableCharShortMapMutableCharShortMapFactory.of(char key1, short value1, char key2, short value2, char key3, short value3) default MutableCharShortMapMutableCharShortMapFactory.of(char key1, short value1, char key2, short value2, char key3, short value3, char key4, short value4) MutableCharShortMapFactory.ofAll(CharShortMap map) MutableCharShortMapFactory.ofInitialCapacity(int capacity) Same asMutableCharShortMapFactory.empty().MutableCharShortMapFactory.with()Same asMutableCharShortMapFactory.empty().default MutableCharShortMapMutableCharShortMapFactory.with(char key, short value) default MutableCharShortMapMutableCharShortMapFactory.with(char key1, short value1, char key2, short value2) default MutableCharShortMapMutableCharShortMapFactory.with(char key1, short value1, char key2, short value2, char key3, short value3) default MutableCharShortMapMutableCharShortMapFactory.with(char key1, short value1, char key2, short value2, char key3, short value3, char key4, short value4) MutableCharShortMapFactory.withAll(CharShortMap map) MutableCharShortMapFactory.withInitialCapacity(int capacity) Same asMutableCharShortMapFactory.empty(). -
Uses of MutableCharShortMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableCharShortMapModifier and TypeMethodDescriptionMutableCharShortMap.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.MutableCharShortMap.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableShortCharMap.flipUniqueValues()MutableCharShortMap.reject(CharShortPredicate predicate) MutableCharShortMap.select(CharShortPredicate predicate) default MutableCharShortMapMutableCharShortMap.withAllKeyValues(Iterable<CharShortPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableCharShortMap.withKeyValue(char key, short value) Associates a value with the specified key.MutableCharShortMap.withoutAllKeys(CharIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableCharShortMap.withoutKey(char key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableCharShortMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableCharShortMapModifier and TypeFieldDescriptionprivate final MutableCharShortMapImmutableCharShortHashMap.delegate -
Uses of MutableCharShortMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableCharShortMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableCharShortMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableCharShortMapModifier and TypeFieldDescriptionprivate final MutableCharShortMapSynchronizedCharShortMap.mapprivate final MutableCharShortMapUnmodifiableCharShortMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableCharShortMapModifier and TypeMethodDescriptionCharShortHashMap.asSynchronized()SynchronizedCharShortMap.asSynchronized()UnmodifiableCharShortMap.asSynchronized()CharShortHashMap.asUnmodifiable()SynchronizedCharShortMap.asUnmodifiable()UnmodifiableCharShortMap.asUnmodifiable()MutableCharShortMapFactoryImpl.empty()ShortCharHashMap.flipUniqueValues()SynchronizedShortCharMap.flipUniqueValues()UnmodifiableShortCharMap.flipUniqueValues()MutableCharShortMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) MutableCharShortMapFactoryImpl.of()MutableCharShortMapFactoryImpl.of(char key, short value) MutableCharShortMapFactoryImpl.of(char key1, short value1, char key2, short value2) MutableCharShortMapFactoryImpl.of(char key1, short value1, char key2, short value2, char key3, short value3) MutableCharShortMapFactoryImpl.of(char key1, short value1, char key2, short value2, char key3, short value3, char key4, short value4) MutableCharShortMapFactoryImpl.ofAll(CharShortMap map) MutableCharShortMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedCharShortMap.reject(CharShortPredicate predicate) UnmodifiableCharShortMap.reject(CharShortPredicate predicate) SynchronizedCharShortMap.select(CharShortPredicate predicate) UnmodifiableCharShortMap.select(CharShortPredicate predicate) MutableCharShortMapFactoryImpl.with()MutableCharShortMapFactoryImpl.with(char key, short value) MutableCharShortMapFactoryImpl.with(char key1, short value1, char key2, short value2) MutableCharShortMapFactoryImpl.with(char key1, short value1, char key2, short value2, char key3, short value3) MutableCharShortMapFactoryImpl.with(char key1, short value1, char key2, short value2, char key3, short value3, char key4, short value4) MutableCharShortMapFactoryImpl.withAll(CharShortMap map) MutableCharShortMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedCharShortMap.withKeyValue(char key, short value) UnmodifiableCharShortMap.withKeyValue(char key, short value) SynchronizedCharShortMap.withoutAllKeys(CharIterable keys) UnmodifiableCharShortMap.withoutAllKeys(CharIterable keys) SynchronizedCharShortMap.withoutKey(char key) UnmodifiableCharShortMap.withoutKey(char key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableCharShortMap