Uses of Interface
org.eclipse.collections.api.map.primitive.MutableShortCharMap
-
Packages that use MutableShortCharMap 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 MutableShortCharMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableShortCharMap Modifier and Type Method Description MutableShortCharMapMutableShortCharMapFactory. empty()<T> MutableShortCharMapMutableShortCharMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anMutableShortCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortCharMapMutableShortCharMapFactory. of()Same asMutableShortCharMapFactory.empty().default MutableShortCharMapMutableShortCharMapFactory. of(short key, char value)default MutableShortCharMapMutableShortCharMapFactory. of(short key1, char value1, short key2, char value2)default MutableShortCharMapMutableShortCharMapFactory. of(short key1, char value1, short key2, char value2, short key3, char value3)default MutableShortCharMapMutableShortCharMapFactory. of(short key1, char value1, short key2, char value2, short key3, char value3, short key4, char value4)MutableShortCharMapMutableShortCharMapFactory. ofAll(ShortCharMap map)MutableShortCharMapMutableShortCharMapFactory. ofInitialCapacity(int capacity)Same asMutableShortCharMapFactory.empty().MutableShortCharMapMutableShortCharMapFactory. with()Same asMutableShortCharMapFactory.empty().default MutableShortCharMapMutableShortCharMapFactory. with(short key, char value)default MutableShortCharMapMutableShortCharMapFactory. with(short key1, char value1, short key2, char value2)default MutableShortCharMapMutableShortCharMapFactory. with(short key1, char value1, short key2, char value2, short key3, char value3)default MutableShortCharMapMutableShortCharMapFactory. with(short key1, char value1, short key2, char value2, short key3, char value3, short key4, char value4)MutableShortCharMapMutableShortCharMapFactory. withAll(ShortCharMap map)MutableShortCharMapMutableShortCharMapFactory. withInitialCapacity(int capacity)Same asMutableShortCharMapFactory.empty(). -
Uses of MutableShortCharMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortCharMap Modifier and Type Method Description MutableShortCharMapMutableShortCharMap. 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.MutableShortCharMapMutableShortCharMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableShortCharMapMutableCharShortMap. flipUniqueValues()MutableShortCharMapMutableShortCharMap. reject(ShortCharPredicate predicate)MutableShortCharMapMutableShortCharMap. select(ShortCharPredicate predicate)default MutableShortCharMapMutableShortCharMap. withAllKeyValues(java.lang.Iterable<ShortCharPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableShortCharMapMutableShortCharMap. withKeyValue(short key, char value)Associates a value with the specified key.MutableShortCharMapMutableShortCharMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortCharMapMutableShortCharMap. withoutKey(short key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableShortCharMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableShortCharMap Modifier and Type Field Description private MutableShortCharMapImmutableShortCharHashMap. delegate -
Uses of MutableShortCharMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortCharMap Modifier and Type Class Description classShortCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedShortCharMapA synchronized view of aMutableShortCharMap.classUnmodifiableShortCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableShortCharMap Modifier and Type Field Description private MutableShortCharMapSynchronizedShortCharMap. mapprivate MutableShortCharMapUnmodifiableShortCharMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortCharMap Modifier and Type Method Description MutableShortCharMapShortCharHashMap. asSynchronized()MutableShortCharMapSynchronizedShortCharMap. asSynchronized()MutableShortCharMapUnmodifiableShortCharMap. asSynchronized()MutableShortCharMapShortCharHashMap. asUnmodifiable()MutableShortCharMapSynchronizedShortCharMap. asUnmodifiable()MutableShortCharMapUnmodifiableShortCharMap. asUnmodifiable()MutableShortCharMapMutableShortCharMapFactoryImpl. empty()MutableShortCharMapCharShortHashMap. flipUniqueValues()MutableShortCharMapSynchronizedCharShortMap. flipUniqueValues()MutableShortCharMapUnmodifiableCharShortMap. flipUniqueValues()<T> MutableShortCharMapMutableShortCharMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)MutableShortCharMapMutableShortCharMapFactoryImpl. of()MutableShortCharMapMutableShortCharMapFactoryImpl. of(short key, char value)MutableShortCharMapMutableShortCharMapFactoryImpl. of(short key1, char value1, short key2, char value2)MutableShortCharMapMutableShortCharMapFactoryImpl. of(short key1, char value1, short key2, char value2, short key3, char value3)MutableShortCharMapMutableShortCharMapFactoryImpl. of(short key1, char value1, short key2, char value2, short key3, char value3, short key4, char value4)MutableShortCharMapMutableShortCharMapFactoryImpl. ofAll(ShortCharMap map)MutableShortCharMapMutableShortCharMapFactoryImpl. ofInitialCapacity(int capacity)MutableShortCharMapSynchronizedShortCharMap. reject(ShortCharPredicate predicate)MutableShortCharMapUnmodifiableShortCharMap. reject(ShortCharPredicate predicate)MutableShortCharMapSynchronizedShortCharMap. select(ShortCharPredicate predicate)MutableShortCharMapUnmodifiableShortCharMap. select(ShortCharPredicate predicate)MutableShortCharMapMutableShortCharMapFactoryImpl. with()MutableShortCharMapMutableShortCharMapFactoryImpl. with(short key, char value)MutableShortCharMapMutableShortCharMapFactoryImpl. with(short key1, char value1, short key2, char value2)MutableShortCharMapMutableShortCharMapFactoryImpl. with(short key1, char value1, short key2, char value2, short key3, char value3)MutableShortCharMapMutableShortCharMapFactoryImpl. with(short key1, char value1, short key2, char value2, short key3, char value3, short key4, char value4)MutableShortCharMapMutableShortCharMapFactoryImpl. withAll(ShortCharMap map)MutableShortCharMapMutableShortCharMapFactoryImpl. withInitialCapacity(int capacity)MutableShortCharMapSynchronizedShortCharMap. withKeyValue(short key, char value)MutableShortCharMapUnmodifiableShortCharMap. withKeyValue(short key, char value)MutableShortCharMapSynchronizedShortCharMap. withoutAllKeys(ShortIterable keys)MutableShortCharMapUnmodifiableShortCharMap. withoutAllKeys(ShortIterable keys)MutableShortCharMapSynchronizedShortCharMap. withoutKey(short key)MutableShortCharMapUnmodifiableShortCharMap. withoutKey(short key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableShortCharMap Constructor Description SynchronizedShortCharMap(MutableShortCharMap map)SynchronizedShortCharMap(MutableShortCharMap map, java.lang.Object newLock)UnmodifiableShortCharMap(MutableShortCharMap map)
-