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