Class IntBooleanMaps
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.IntBooleanMaps
-
public final class IntBooleanMaps extends java.lang.ObjectIntBooleanMaps is a static utility for creatingImmutableIntBooleanMapFactoryandMutableIntBooleanMapFactory. This file was automatically generated from template file primitivePrimitiveMaps.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableIntBooleanMapFactoryimmutablestatic MutableIntBooleanMapFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateIntBooleanMaps()
-
-
-
Field Detail
-
immutable
public static final ImmutableIntBooleanMapFactory immutable
-
mutable
public static final MutableIntBooleanMapFactory mutable
-
-