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