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