Class IntLongMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.IntLongMaps
-
public final class IntLongMaps extends java.lang.ObjectIntLongMaps is a static utility for creatingImmutableIntLongMapFactoryandMutableIntLongMapFactory. This file was automatically generated from template file primitivePrimitiveMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableIntLongMapFactoryimmutablestatic MutableIntLongMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateIntLongMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableIntLongMapFactory immutable
-
mutable
public static final MutableIntLongMapFactory mutable
-
-