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