Class DoubleObjectMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.DoubleObjectMaps
-
public final class DoubleObjectMaps extends java.lang.ObjectDoubleObjectMaps is a static utility for creatingImmutableDoubleObjectMapFactoryandMutableDoubleObjectMapFactory. This file was automatically generated from template file primitiveObjectMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableDoubleObjectMapFactoryimmutablestatic MutableDoubleObjectMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateDoubleObjectMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableDoubleObjectMapFactory immutable
-
mutable
public static final MutableDoubleObjectMapFactory mutable
-
-