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