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()
Same asMutableBooleanSetFactory.empty()
.of
(boolean... items) ofAll
(BooleanIterable items) with()
Same asMutableBooleanSetFactory.empty()
.with
(boolean... items) withAll
(BooleanIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableBooleanSetFactoryImpl
public MutableBooleanSetFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableBooleanSetFactory
-
of
Description copied from interface:MutableBooleanSetFactory
Same asMutableBooleanSetFactory.empty()
.- Specified by:
of
in interfaceMutableBooleanSetFactory
-
with
Description copied from interface:MutableBooleanSetFactory
Same asMutableBooleanSetFactory.empty()
.- Specified by:
with
in interfaceMutableBooleanSetFactory
-
of
Description copied from interface:MutableBooleanSetFactory
- Specified by:
of
in interfaceMutableBooleanSetFactory
-
with
- Specified by:
with
in interfaceMutableBooleanSetFactory
-
ofAll
Description copied from interface:MutableBooleanSetFactory
- Specified by:
ofAll
in interfaceMutableBooleanSetFactory
-
withAll
- Specified by:
withAll
in interfaceMutableBooleanSetFactory
-
ofAll
Description copied from interface:MutableBooleanSetFactory
- Specified by:
ofAll
in interfaceMutableBooleanSetFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableBooleanSetFactory
- Since:
- 10.0
-