Class ObjectLongMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.ObjectLongMaps
-
public final class ObjectLongMaps extends java.lang.Object
ObjectLongMaps is a static utility for creatingImmutableObjectLongMapFactory
andMutableObjectLongMapFactory
. This file was automatically generated from template file objectPrimitiveMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableObjectLongMapFactory
immutable
static MutableObjectLongMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ObjectLongMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableObjectLongMapFactory immutable
-
mutable
public static final MutableObjectLongMapFactory mutable
-
-