Class ByteCharMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.ByteCharMaps
-
public final class ByteCharMaps extends java.lang.ObjectByteCharMaps is a static utility for creatingImmutableByteCharMapFactoryandMutableByteCharMapFactory. This file was automatically generated from template file primitivePrimitiveMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableByteCharMapFactoryimmutablestatic MutableByteCharMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateByteCharMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableByteCharMapFactory immutable
-
mutable
public static final MutableByteCharMapFactory mutable
-
-