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