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