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