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