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