Class ObjectByteMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.ObjectByteMaps
-
public final class ObjectByteMaps extends java.lang.Object
ObjectByteMaps is a static utility for creatingImmutableObjectByteMapFactory
andMutableObjectByteMapFactory
. This file was automatically generated from template file objectPrimitiveMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableObjectByteMapFactory
immutable
static MutableObjectByteMapFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ObjectByteMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableObjectByteMapFactory immutable
-
mutable
public static final MutableObjectByteMapFactory mutable
-
-