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