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