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