Class CharObjectMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.CharObjectMaps
-
public final class CharObjectMaps extends java.lang.ObjectCharObjectMaps is a static utility for creatingImmutableCharObjectMapFactoryandMutableCharObjectMapFactory. This file was automatically generated from template file primitiveObjectMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableCharObjectMapFactoryimmutablestatic MutableCharObjectMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateCharObjectMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableCharObjectMapFactory immutable
-
mutable
public static final MutableCharObjectMapFactory mutable
-
-