Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableShortCharMap
-
Packages that use ImmutableShortCharMap 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 ImmutableShortCharMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableShortCharMap Modifier and Type Method Description ImmutableShortCharMapImmutableShortCharMapFactory. empty()<T> ImmutableShortCharMapImmutableShortCharMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anImmutableShortCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortCharMapImmutableShortCharMapFactory. of()Same asImmutableShortCharMapFactory.empty().ImmutableShortCharMapImmutableShortCharMapFactory. of(short key, char value)ImmutableShortCharMapImmutableShortCharMapFactory. ofAll(ShortCharMap map)ImmutableShortCharMapImmutableShortCharMapFactory. with()Same asImmutableShortCharMapFactory.empty().ImmutableShortCharMapImmutableShortCharMapFactory. with(short key, char value)ImmutableShortCharMapImmutableShortCharMapFactory. withAll(ShortCharMap map) -
Uses of ImmutableShortCharMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableShortCharMap Modifier and Type Method Description ImmutableShortCharMapImmutableCharShortMap. flipUniqueValues()ImmutableShortCharMapImmutableShortCharMap. newWithKeyValue(short key, char value)Copy this map, associate the value with the key (replacing the value if one already exists forkey), and return the copy as new immutable map.ImmutableShortCharMapImmutableShortCharMap. newWithoutAllKeys(ShortIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortCharMapImmutableShortCharMap. newWithoutKey(short key)Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableShortCharMapImmutableShortCharMap. reject(ShortCharPredicate predicate)ImmutableShortCharMapImmutableShortCharMap. select(ShortCharPredicate predicate)ImmutableShortCharMapShortCharMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableShortCharMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableShortCharMap Modifier and Type Class Description (package private) classImmutableShortCharEmptyMapImmutableShortCharEmptyMap is an optimization forImmutableShortCharMapof size 0.(package private) classImmutableShortCharHashMapImmutableShortCharHashMap is the non-modifiable equivalent ofShortCharHashMap.(package private) classImmutableShortCharSingletonMapImmutableShortCharSingletonMap is an optimization forImmutableShortCharMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableShortCharMap Modifier and Type Field Description (package private) static ImmutableShortCharMapImmutableShortCharEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableShortCharMap Modifier and Type Method Description ImmutableShortCharMapImmutableShortCharMapFactoryImpl. empty()ImmutableShortCharMapImmutableCharShortEmptyMap. flipUniqueValues()ImmutableShortCharMapImmutableCharShortHashMap. flipUniqueValues()ImmutableShortCharMapImmutableCharShortSingletonMap. flipUniqueValues()<T> ImmutableShortCharMapImmutableShortCharMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)ImmutableShortCharMapImmutableShortCharEmptyMap. newWithKeyValue(short key, char value)ImmutableShortCharMapImmutableShortCharHashMap. newWithKeyValue(short key, char value)ImmutableShortCharMapImmutableShortCharSingletonMap. newWithKeyValue(short key, char value)ImmutableShortCharMapImmutableShortCharEmptyMap. newWithoutAllKeys(ShortIterable keys)ImmutableShortCharMapImmutableShortCharHashMap. newWithoutAllKeys(ShortIterable keys)ImmutableShortCharMapImmutableShortCharSingletonMap. newWithoutAllKeys(ShortIterable keys)ImmutableShortCharMapImmutableShortCharEmptyMap. newWithoutKey(short key)ImmutableShortCharMapImmutableShortCharHashMap. newWithoutKey(short key)ImmutableShortCharMapImmutableShortCharSingletonMap. newWithoutKey(short key)ImmutableShortCharMapImmutableShortCharMapFactoryImpl. of()ImmutableShortCharMapImmutableShortCharMapFactoryImpl. of(short key, char value)ImmutableShortCharMapImmutableShortCharMapFactoryImpl. ofAll(ShortCharMap map)ImmutableShortCharMapImmutableShortCharEmptyMap. reject(ShortCharPredicate predicate)ImmutableShortCharMapImmutableShortCharHashMap. reject(ShortCharPredicate predicate)ImmutableShortCharMapImmutableShortCharSingletonMap. reject(ShortCharPredicate predicate)ImmutableShortCharMapImmutableShortCharEmptyMap. select(ShortCharPredicate predicate)ImmutableShortCharMapImmutableShortCharHashMap. select(ShortCharPredicate predicate)ImmutableShortCharMapImmutableShortCharSingletonMap. select(ShortCharPredicate predicate)ImmutableShortCharMapImmutableShortCharEmptyMap. toImmutable()ImmutableShortCharMapImmutableShortCharHashMap. toImmutable()ImmutableShortCharMapImmutableShortCharSingletonMap. toImmutable()ImmutableShortCharMapImmutableShortCharMapFactoryImpl. with()ImmutableShortCharMapImmutableShortCharMapFactoryImpl. with(short key, char value)ImmutableShortCharMapImmutableShortCharMapFactoryImpl. withAll(ShortCharMap map) -
Uses of ImmutableShortCharMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableShortCharMap Modifier and Type Method Description ImmutableShortCharMapShortCharHashMap. toImmutable()ImmutableShortCharMapSynchronizedShortCharMap. toImmutable()ImmutableShortCharMapUnmodifiableShortCharMap. toImmutable()
-