Class ShortObjectMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.ShortObjectMaps
-
public final class ShortObjectMaps extends java.lang.Object
ShortObjectMaps is a static utility for creatingImmutableShortObjectMapFactory
andMutableShortObjectMapFactory
. This file was automatically generated from template file primitiveObjectMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableShortObjectMapFactory
immutable
static MutableShortObjectMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ShortObjectMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableShortObjectMapFactory immutable
-
mutable
public static final MutableShortObjectMapFactory mutable
-
-