Class IntCharMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.IntCharMaps
-
public final class IntCharMaps extends java.lang.ObjectIntCharMaps is a static utility for creatingImmutableIntCharMapFactoryandMutableIntCharMapFactory. This file was automatically generated from template file primitivePrimitiveMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableIntCharMapFactoryimmutablestatic MutableIntCharMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateIntCharMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableIntCharMapFactory immutable
-
mutable
public static final MutableIntCharMapFactory mutable
-
-