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 ImmutableCharShortMap
ImmutableCharShortMapFactory. empty()
<T> ImmutableCharShortMap
ImmutableCharShortMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
Creates anImmutableCharShortMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableCharShortMap
ImmutableCharShortMapFactory. of()
Same asImmutableCharShortMapFactory.empty()
.ImmutableCharShortMap
ImmutableCharShortMapFactory. of(char key, short value)
ImmutableCharShortMap
ImmutableCharShortMapFactory. ofAll(CharShortMap map)
ImmutableCharShortMap
ImmutableCharShortMapFactory. with()
Same asImmutableCharShortMapFactory.empty()
.ImmutableCharShortMap
ImmutableCharShortMapFactory. with(char key, short value)
ImmutableCharShortMap
ImmutableCharShortMapFactory. 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 ImmutableCharShortMap
ImmutableShortCharMap. flipUniqueValues()
ImmutableCharShortMap
ImmutableCharShortMap. 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.ImmutableCharShortMap
ImmutableCharShortMap. 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.ImmutableCharShortMap
ImmutableCharShortMap. 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.ImmutableCharShortMap
ImmutableCharShortMap. reject(CharShortPredicate predicate)
ImmutableCharShortMap
ImmutableCharShortMap. select(CharShortPredicate predicate)
ImmutableCharShortMap
CharShortMap. 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) class
ImmutableCharShortEmptyMap
ImmutableCharShortEmptyMap is an optimization forImmutableCharShortMap
of size 0.(package private) class
ImmutableCharShortHashMap
ImmutableCharShortHashMap is the non-modifiable equivalent ofCharShortHashMap
.(package private) class
ImmutableCharShortSingletonMap
ImmutableCharShortSingletonMap is an optimization forImmutableCharShortMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableCharShortMap Modifier and Type Field Description (package private) static ImmutableCharShortMap
ImmutableCharShortEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableCharShortMap Modifier and Type Method Description ImmutableCharShortMap
ImmutableCharShortMapFactoryImpl. empty()
ImmutableCharShortMap
ImmutableShortCharEmptyMap. flipUniqueValues()
ImmutableCharShortMap
ImmutableShortCharHashMap. flipUniqueValues()
ImmutableCharShortMap
ImmutableShortCharSingletonMap. flipUniqueValues()
<T> ImmutableCharShortMap
ImmutableCharShortMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
ImmutableCharShortMap
ImmutableCharShortEmptyMap. newWithKeyValue(char key, short value)
ImmutableCharShortMap
ImmutableCharShortHashMap. newWithKeyValue(char key, short value)
ImmutableCharShortMap
ImmutableCharShortSingletonMap. newWithKeyValue(char key, short value)
ImmutableCharShortMap
ImmutableCharShortEmptyMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharShortMap
ImmutableCharShortHashMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharShortMap
ImmutableCharShortSingletonMap. newWithoutAllKeys(CharIterable keys)
ImmutableCharShortMap
ImmutableCharShortEmptyMap. newWithoutKey(char key)
ImmutableCharShortMap
ImmutableCharShortHashMap. newWithoutKey(char key)
ImmutableCharShortMap
ImmutableCharShortSingletonMap. newWithoutKey(char key)
ImmutableCharShortMap
ImmutableCharShortMapFactoryImpl. of()
ImmutableCharShortMap
ImmutableCharShortMapFactoryImpl. of(char key, short value)
ImmutableCharShortMap
ImmutableCharShortMapFactoryImpl. ofAll(CharShortMap map)
ImmutableCharShortMap
ImmutableCharShortEmptyMap. reject(CharShortPredicate predicate)
ImmutableCharShortMap
ImmutableCharShortHashMap. reject(CharShortPredicate predicate)
ImmutableCharShortMap
ImmutableCharShortSingletonMap. reject(CharShortPredicate predicate)
ImmutableCharShortMap
ImmutableCharShortEmptyMap. select(CharShortPredicate predicate)
ImmutableCharShortMap
ImmutableCharShortHashMap. select(CharShortPredicate predicate)
ImmutableCharShortMap
ImmutableCharShortSingletonMap. select(CharShortPredicate predicate)
ImmutableCharShortMap
ImmutableCharShortEmptyMap. toImmutable()
ImmutableCharShortMap
ImmutableCharShortHashMap. toImmutable()
ImmutableCharShortMap
ImmutableCharShortSingletonMap. toImmutable()
ImmutableCharShortMap
ImmutableCharShortMapFactoryImpl. with()
ImmutableCharShortMap
ImmutableCharShortMapFactoryImpl. with(char key, short value)
ImmutableCharShortMap
ImmutableCharShortMapFactoryImpl. 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 ImmutableCharShortMap
CharShortHashMap. toImmutable()
ImmutableCharShortMap
SynchronizedCharShortMap. toImmutable()
ImmutableCharShortMap
UnmodifiableCharShortMap. toImmutable()
-