Class ObjectDoubleMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.ObjectDoubleMaps
-
public final class ObjectDoubleMaps extends java.lang.ObjectObjectDoubleMaps is a static utility for creatingImmutableObjectDoubleMapFactoryandMutableObjectDoubleMapFactory. This file was automatically generated from template file objectPrimitiveMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableObjectDoubleMapFactoryimmutablestatic MutableObjectDoubleMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateObjectDoubleMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableObjectDoubleMapFactory immutable
-
mutable
public static final MutableObjectDoubleMapFactory mutable
-
-