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