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