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