Class CharObjectMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.CharObjectMaps
-
public final class CharObjectMaps extends java.lang.Object
CharObjectMaps is a static utility for creatingImmutableCharObjectMapFactory
andMutableCharObjectMapFactory
. This file was automatically generated from template file primitiveObjectMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableCharObjectMapFactory
immutable
static MutableCharObjectMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
CharObjectMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableCharObjectMapFactory immutable
-
mutable
public static final MutableCharObjectMapFactory mutable
-
-