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