Class MutableBooleanSetFactoryImpl
java.lang.Object
org.eclipse.collections.impl.set.mutable.primitive.MutableBooleanSetFactoryImpl
- All Implemented Interfaces:
MutableBooleanSetFactory
MutableBooleanSetFactoryImpl is a factory implementation which creates instances of type
MutableBooleanSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(boolean... items) ofAll(BooleanIterable items) with()with(boolean... items) withAll(BooleanIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableBooleanSetFactoryImpl
public MutableBooleanSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableBooleanSetFactory
-
of
- Specified by:
ofin interfaceMutableBooleanSetFactory
-
with
- Specified by:
within interfaceMutableBooleanSetFactory
-
of
- Specified by:
ofin interfaceMutableBooleanSetFactory
-
with
- Specified by:
within interfaceMutableBooleanSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableBooleanSetFactory
-
withAll
- Specified by:
withAllin interfaceMutableBooleanSetFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableBooleanSetFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableBooleanSetFactory- Since:
- 10.0
-