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