Class IntIntMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.IntIntMaps
-
public final class IntIntMaps extends java.lang.Object
IntIntMaps is a static utility for creatingImmutableIntIntMapFactory
andMutableIntIntMapFactory
. This file was automatically generated from template file primitivePrimitiveMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableIntIntMapFactory
immutable
static MutableIntIntMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
IntIntMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableIntIntMapFactory immutable
-
mutable
public static final MutableIntIntMapFactory mutable
-
-