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