Class LongObjectMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.LongObjectMaps
-
public final class LongObjectMaps extends java.lang.Object
LongObjectMaps is a static utility for creatingImmutableLongObjectMapFactory
andMutableLongObjectMapFactory
. This file was automatically generated from template file primitiveObjectMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableLongObjectMapFactory
immutable
static MutableLongObjectMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
LongObjectMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableLongObjectMapFactory immutable
-
mutable
public static final MutableLongObjectMapFactory mutable
-
-