Interface MutableBooleanBagFactory
public interface MutableBooleanBagFactory
A factory which creates instances of type
MutableBooleanBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(boolean... items) Same aswith(boolean[]).Same aswithAll(Iterable).ofAll(BooleanIterable items) Same aswithAll(BooleanIterable).with()Same asempty().with(boolean... items) withAll(BooleanIterable items)
-
Method Details
-
empty
MutableBooleanBag empty() -
of
MutableBooleanBag of()Same asempty(). -
with
MutableBooleanBag with()Same asempty(). -
of
Same aswith(boolean[]). -
with
-
ofAll
Same aswithAll(BooleanIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-