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