Class DoubleObjectMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.DoubleObjectMaps
-
public final class DoubleObjectMaps extends java.lang.Object
DoubleObjectMaps is a static utility for creatingImmutableDoubleObjectMapFactory
andMutableDoubleObjectMapFactory
. This file was automatically generated from template file primitiveObjectMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableDoubleObjectMapFactory
immutable
static MutableDoubleObjectMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
DoubleObjectMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableDoubleObjectMapFactory immutable
-
mutable
public static final MutableDoubleObjectMapFactory mutable
-
-