Class IntDoubleMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.IntDoubleMaps
-
public final class IntDoubleMaps extends java.lang.ObjectIntDoubleMaps is a static utility for creatingImmutableIntDoubleMapFactoryandMutableIntDoubleMapFactory. This file was automatically generated from template file primitivePrimitiveMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableIntDoubleMapFactoryimmutablestatic MutableIntDoubleMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateIntDoubleMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableIntDoubleMapFactory immutable
-
mutable
public static final MutableIntDoubleMapFactory mutable
-
-