Class BooleanLists
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.BooleanLists
-
public final class BooleanLists extends java.lang.Object
BooleanLists is a static utility for creatingImmutableBooleanListFactory
andMutableBooleanListFactory
. This file was automatically generated from template file primitiveLists.stg.- Since:
- 3.2.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableBooleanListFactory
immutable
static MutableBooleanListFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
BooleanLists()
-
-
-
Field Detail
-
immutable
public static final ImmutableBooleanListFactory immutable
-
mutable
public static final MutableBooleanListFactory mutable
-
-