Class BooleanBags
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.BooleanBags
-
public final class BooleanBags extends java.lang.Object
BooleanBags is a static utility for creatingImmutableBooleanBagFactory
andMutableBooleanBagFactory
. This file was automatically generated from template file primitiveBags.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableBooleanBagFactory
immutable
static MutableBooleanBagFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
BooleanBags()
-
-
-
Field Detail
-
immutable
public static final ImmutableBooleanBagFactory immutable
-
mutable
public static final MutableBooleanBagFactory mutable
-
-