Class DoubleShortMaps
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.DoubleShortMaps
-
public final class DoubleShortMaps extends java.lang.Object
DoubleShortMaps is a static utility for creatingImmutableDoubleShortMapFactory
andMutableDoubleShortMapFactory
. This file was automatically generated from template file primitivePrimitiveMapsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableDoubleShortMapFactory
immutable
static MutableDoubleShortMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
DoubleShortMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableDoubleShortMapFactory immutable
-
mutable
public static final MutableDoubleShortMapFactory mutable
-
-