Class IntShortMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.IntShortMaps
-
public final class IntShortMaps extends java.lang.Object
IntShortMaps is a static utility for creatingImmutableIntShortMapFactory
andMutableIntShortMapFactory
. This file was automatically generated from template file primitivePrimitiveMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableIntShortMapFactory
immutable
static MutableIntShortMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
IntShortMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableIntShortMapFactory immutable
-
mutable
public static final MutableIntShortMapFactory mutable
-
-