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