Class IntByteMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.IntByteMaps
-
public final class IntByteMaps extends java.lang.Object
IntByteMaps is a static utility for creatingImmutableIntByteMapFactory
andMutableIntByteMapFactory
. This file was automatically generated from template file primitivePrimitiveMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableIntByteMapFactory
immutable
static MutableIntByteMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
IntByteMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableIntByteMapFactory immutable
-
mutable
public static final MutableIntByteMapFactory mutable
-
-