Class LongCharMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.LongCharMaps
-
public final class LongCharMaps extends java.lang.Object
LongCharMaps is a static utility for creatingImmutableLongCharMapFactory
andMutableLongCharMapFactory
. This file was automatically generated from template file primitivePrimitiveMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableLongCharMapFactory
immutable
static MutableLongCharMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
LongCharMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableLongCharMapFactory immutable
-
mutable
public static final MutableLongCharMapFactory mutable
-
-