Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableIntShortMap
-
Packages that use ImmutableIntShortMap 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 ImmutableIntShortMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableIntShortMap Modifier and Type Method Description ImmutableIntShortMap
ImmutableIntShortMapFactory. empty()
<T> ImmutableIntShortMap
ImmutableIntShortMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
Creates anImmutableIntShortMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableIntShortMap
ImmutableIntShortMapFactory. of()
Same asImmutableIntShortMapFactory.empty()
.ImmutableIntShortMap
ImmutableIntShortMapFactory. of(int key, short value)
ImmutableIntShortMap
ImmutableIntShortMapFactory. ofAll(IntShortMap map)
ImmutableIntShortMap
ImmutableIntShortMapFactory. with()
Same asImmutableIntShortMapFactory.empty()
.ImmutableIntShortMap
ImmutableIntShortMapFactory. with(int key, short value)
ImmutableIntShortMap
ImmutableIntShortMapFactory. withAll(IntShortMap map)
-
Uses of ImmutableIntShortMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntShortMap Modifier and Type Method Description ImmutableIntShortMap
ImmutableShortIntMap. flipUniqueValues()
ImmutableIntShortMap
ImmutableIntShortMap. newWithKeyValue(int 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.ImmutableIntShortMap
ImmutableIntShortMap. newWithoutAllKeys(IntIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntShortMap
ImmutableIntShortMap. newWithoutKey(int key)
Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableIntShortMap
ImmutableIntShortMap. reject(IntShortPredicate predicate)
ImmutableIntShortMap
ImmutableIntShortMap. select(IntShortPredicate predicate)
ImmutableIntShortMap
IntShortMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableIntShortMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableIntShortMap Modifier and Type Class Description (package private) class
ImmutableIntShortEmptyMap
ImmutableIntShortEmptyMap is an optimization forImmutableIntShortMap
of size 0.(package private) class
ImmutableIntShortHashMap
ImmutableIntShortHashMap is the non-modifiable equivalent ofIntShortHashMap
.(package private) class
ImmutableIntShortSingletonMap
ImmutableIntShortSingletonMap is an optimization forImmutableIntShortMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableIntShortMap Modifier and Type Field Description (package private) static ImmutableIntShortMap
ImmutableIntShortEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableIntShortMap Modifier and Type Method Description ImmutableIntShortMap
ImmutableIntShortMapFactoryImpl. empty()
ImmutableIntShortMap
ImmutableShortIntEmptyMap. flipUniqueValues()
ImmutableIntShortMap
ImmutableShortIntHashMap. flipUniqueValues()
ImmutableIntShortMap
ImmutableShortIntSingletonMap. flipUniqueValues()
<T> ImmutableIntShortMap
ImmutableIntShortMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)
ImmutableIntShortMap
ImmutableIntShortEmptyMap. newWithKeyValue(int key, short value)
ImmutableIntShortMap
ImmutableIntShortHashMap. newWithKeyValue(int key, short value)
ImmutableIntShortMap
ImmutableIntShortSingletonMap. newWithKeyValue(int key, short value)
ImmutableIntShortMap
ImmutableIntShortEmptyMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntShortMap
ImmutableIntShortHashMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntShortMap
ImmutableIntShortSingletonMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntShortMap
ImmutableIntShortEmptyMap. newWithoutKey(int key)
ImmutableIntShortMap
ImmutableIntShortHashMap. newWithoutKey(int key)
ImmutableIntShortMap
ImmutableIntShortSingletonMap. newWithoutKey(int key)
ImmutableIntShortMap
ImmutableIntShortMapFactoryImpl. of()
ImmutableIntShortMap
ImmutableIntShortMapFactoryImpl. of(int key, short value)
ImmutableIntShortMap
ImmutableIntShortMapFactoryImpl. ofAll(IntShortMap map)
ImmutableIntShortMap
ImmutableIntShortEmptyMap. reject(IntShortPredicate predicate)
ImmutableIntShortMap
ImmutableIntShortHashMap. reject(IntShortPredicate predicate)
ImmutableIntShortMap
ImmutableIntShortSingletonMap. reject(IntShortPredicate predicate)
ImmutableIntShortMap
ImmutableIntShortEmptyMap. select(IntShortPredicate predicate)
ImmutableIntShortMap
ImmutableIntShortHashMap. select(IntShortPredicate predicate)
ImmutableIntShortMap
ImmutableIntShortSingletonMap. select(IntShortPredicate predicate)
ImmutableIntShortMap
ImmutableIntShortEmptyMap. toImmutable()
ImmutableIntShortMap
ImmutableIntShortHashMap. toImmutable()
ImmutableIntShortMap
ImmutableIntShortSingletonMap. toImmutable()
ImmutableIntShortMap
ImmutableIntShortMapFactoryImpl. with()
ImmutableIntShortMap
ImmutableIntShortMapFactoryImpl. with(int key, short value)
ImmutableIntShortMap
ImmutableIntShortMapFactoryImpl. withAll(IntShortMap map)
-
Uses of ImmutableIntShortMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableIntShortMap Modifier and Type Method Description ImmutableIntShortMap
IntShortHashMap. toImmutable()
ImmutableIntShortMap
SynchronizedIntShortMap. toImmutable()
ImmutableIntShortMap
UnmodifiableIntShortMap. toImmutable()
-