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