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