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