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