Class ByteObjectMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.ByteObjectMaps
-
public final class ByteObjectMaps extends java.lang.Object
ByteObjectMaps is a static utility for creatingImmutableByteObjectMapFactory
andMutableByteObjectMapFactory
. This file was automatically generated from template file primitiveObjectMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableByteObjectMapFactory
immutable
static MutableByteObjectMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteObjectMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableByteObjectMapFactory immutable
-
mutable
public static final MutableByteObjectMapFactory mutable
-
-