Uses of Interface
org.eclipse.collections.api.map.primitive.ShortValuesMap
-
Packages that use ShortValuesMap Package Description 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 ShortValuesMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortValuesMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ByteShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ImmutableByteShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortShortMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
IntShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
MutableByteShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortShortMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
ShortShortMap
This file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ShortValuesMap Modifier and Type Method Description default ShortValuesMap
ShortValuesMap. tap(ShortProcedure procedure)
-
Uses of ShortValuesMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ShortValuesMap Modifier and Type Class Description (package private) class
ImmutableByteShortEmptyMap
ImmutableByteShortEmptyMap is an optimization forImmutableByteShortMap
of size 0.(package private) class
ImmutableByteShortHashMap
ImmutableByteShortHashMap is the non-modifiable equivalent ofByteShortHashMap
.(package private) class
ImmutableByteShortSingletonMap
ImmutableByteShortSingletonMap is an optimization forImmutableByteShortMap
of size 1.(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.(package private) class
ImmutableDoubleShortEmptyMap
ImmutableDoubleShortEmptyMap is an optimization forImmutableDoubleShortMap
of size 0.(package private) class
ImmutableDoubleShortHashMap
ImmutableDoubleShortHashMap is the non-modifiable equivalent ofDoubleShortHashMap
.(package private) class
ImmutableDoubleShortSingletonMap
ImmutableDoubleShortSingletonMap is an optimization forImmutableDoubleShortMap
of size 1.(package private) class
ImmutableFloatShortEmptyMap
ImmutableFloatShortEmptyMap is an optimization forImmutableFloatShortMap
of size 0.(package private) class
ImmutableFloatShortHashMap
ImmutableFloatShortHashMap is the non-modifiable equivalent ofFloatShortHashMap
.(package private) class
ImmutableFloatShortSingletonMap
ImmutableFloatShortSingletonMap is an optimization forImmutableFloatShortMap
of size 1.(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.(package private) class
ImmutableLongShortEmptyMap
ImmutableLongShortEmptyMap is an optimization forImmutableLongShortMap
of size 0.(package private) class
ImmutableLongShortHashMap
ImmutableLongShortHashMap is the non-modifiable equivalent ofLongShortHashMap
.(package private) class
ImmutableLongShortSingletonMap
ImmutableLongShortSingletonMap is an optimization forImmutableLongShortMap
of size 1.(package private) class
ImmutableShortShortEmptyMap
ImmutableShortShortEmptyMap is an optimization forImmutableShortShortMap
of size 0.(package private) class
ImmutableShortShortHashMap
ImmutableShortShortHashMap is the non-modifiable equivalent ofShortShortHashMap
.(package private) class
ImmutableShortShortSingletonMap
ImmutableShortShortSingletonMap is an optimization forImmutableShortShortMap
of size 1. -
Uses of ShortValuesMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortValuesMap Modifier and Type Class Description class
AbstractMutableShortValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
ByteShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
CharShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
DoubleShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
FloatShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
IntShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
LongShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
ShortShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedByteShortMap
A synchronized view of aMutableByteShortMap
.class
SynchronizedCharShortMap
A synchronized view of aMutableCharShortMap
.class
SynchronizedDoubleShortMap
A synchronized view of aMutableDoubleShortMap
.class
SynchronizedFloatShortMap
A synchronized view of aMutableFloatShortMap
.class
SynchronizedIntShortMap
A synchronized view of aMutableIntShortMap
.class
SynchronizedLongShortMap
A synchronized view of aMutableLongShortMap
.class
SynchronizedShortShortMap
A synchronized view of aMutableShortShortMap
.class
UnmodifiableByteShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
-