Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableCharShortMap
-
Packages that use ImmutableCharShortMap 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 ImmutableCharShortMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableCharShortMap Modifier and Type Method Description ImmutableCharShortMapImmutableCharShortMapFactory. empty()<T> ImmutableCharShortMapImmutableCharShortMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableCharShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableCharShortMapImmutableCharShortMapFactory. of()Same asImmutableCharShortMapFactory.empty().ImmutableCharShortMapImmutableCharShortMapFactory. of(char key, short value)ImmutableCharShortMapImmutableCharShortMapFactory. ofAll(CharShortMap map)ImmutableCharShortMapImmutableCharShortMapFactory. with()Same asImmutableCharShortMapFactory.empty().ImmutableCharShortMapImmutableCharShortMapFactory. with(char key, short value)ImmutableCharShortMapImmutableCharShortMapFactory. withAll(CharShortMap map) -
Uses of ImmutableCharShortMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableCharShortMap Modifier and Type Method Description ImmutableCharShortMapImmutableShortCharMap. flipUniqueValues()ImmutableCharShortMapImmutableCharShortMap. newWithKeyValue(char key, short 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.ImmutableCharShortMapImmutableCharShortMap. newWithoutAllKeys(CharIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableCharShortMapImmutableCharShortMap. newWithoutKey(char key)Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableCharShortMapImmutableCharShortMap. reject(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortMap. select(CharShortPredicate predicate)ImmutableCharShortMapCharShortMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableCharShortMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableCharShortMap Modifier and Type Class Description (package private) classImmutableCharShortEmptyMapImmutableCharShortEmptyMap is an optimization forImmutableCharShortMapof size 0.(package private) classImmutableCharShortHashMapImmutableCharShortHashMap is the non-modifiable equivalent ofCharShortHashMap.(package private) classImmutableCharShortSingletonMapImmutableCharShortSingletonMap is an optimization forImmutableCharShortMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableCharShortMap Modifier and Type Field Description (package private) static ImmutableCharShortMapImmutableCharShortEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableCharShortMap Modifier and Type Method Description ImmutableCharShortMapImmutableCharShortMapFactoryImpl. empty()ImmutableCharShortMapImmutableShortCharEmptyMap. flipUniqueValues()ImmutableCharShortMapImmutableShortCharHashMap. flipUniqueValues()ImmutableCharShortMapImmutableShortCharSingletonMap. flipUniqueValues()<T> ImmutableCharShortMapImmutableCharShortMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)ImmutableCharShortMapImmutableCharShortEmptyMap. newWithKeyValue(char key, short value)ImmutableCharShortMapImmutableCharShortHashMap. newWithKeyValue(char key, short value)ImmutableCharShortMapImmutableCharShortSingletonMap. newWithKeyValue(char key, short value)ImmutableCharShortMapImmutableCharShortEmptyMap. newWithoutAllKeys(CharIterable keys)ImmutableCharShortMapImmutableCharShortHashMap. newWithoutAllKeys(CharIterable keys)ImmutableCharShortMapImmutableCharShortSingletonMap. newWithoutAllKeys(CharIterable keys)ImmutableCharShortMapImmutableCharShortEmptyMap. newWithoutKey(char key)ImmutableCharShortMapImmutableCharShortHashMap. newWithoutKey(char key)ImmutableCharShortMapImmutableCharShortSingletonMap. newWithoutKey(char key)ImmutableCharShortMapImmutableCharShortMapFactoryImpl. of()ImmutableCharShortMapImmutableCharShortMapFactoryImpl. of(char key, short value)ImmutableCharShortMapImmutableCharShortMapFactoryImpl. ofAll(CharShortMap map)ImmutableCharShortMapImmutableCharShortEmptyMap. reject(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortHashMap. reject(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortSingletonMap. reject(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortEmptyMap. select(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortHashMap. select(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortSingletonMap. select(CharShortPredicate predicate)ImmutableCharShortMapImmutableCharShortEmptyMap. toImmutable()ImmutableCharShortMapImmutableCharShortHashMap. toImmutable()ImmutableCharShortMapImmutableCharShortSingletonMap. toImmutable()ImmutableCharShortMapImmutableCharShortMapFactoryImpl. with()ImmutableCharShortMapImmutableCharShortMapFactoryImpl. with(char key, short value)ImmutableCharShortMapImmutableCharShortMapFactoryImpl. withAll(CharShortMap map) -
Uses of ImmutableCharShortMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableCharShortMap Modifier and Type Method Description ImmutableCharShortMapCharShortHashMap. toImmutable()ImmutableCharShortMapSynchronizedCharShortMap. toImmutable()ImmutableCharShortMapUnmodifiableCharShortMap. toImmutable()
-