Class MutableBooleanBagFactoryImpl
java.lang.Object
org.eclipse.collections.impl.bag.mutable.primitive.MutableBooleanBagFactoryImpl
- All Implemented Interfaces:
MutableBooleanBagFactory
MutableBooleanBagFactoryImpl is a factory implementation which creates instances of type
MutableBooleanBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.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
-
MutableBooleanBagFactoryImpl
public MutableBooleanBagFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableBooleanBagFactory
-
of
- Specified by:
ofin interfaceMutableBooleanBagFactory
-
with
- Specified by:
within interfaceMutableBooleanBagFactory
-
of
- Specified by:
ofin interfaceMutableBooleanBagFactory
-
with
- Specified by:
within interfaceMutableBooleanBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableBooleanBagFactory
-
withAll
- Specified by:
withAllin interfaceMutableBooleanBagFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableBooleanBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableBooleanBagFactory- Since:
- 10.0
-