Class ObjectShortMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.ObjectShortMaps
-
public final class ObjectShortMaps extends java.lang.Object
ObjectShortMaps is a static utility for creatingImmutableObjectShortMapFactory
andMutableObjectShortMapFactory
. This file was automatically generated from template file objectPrimitiveMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableObjectShortMapFactory
immutable
static MutableObjectShortMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ObjectShortMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableObjectShortMapFactory immutable
-
mutable
public static final MutableObjectShortMapFactory mutable
-
-