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