Interface MutableBooleanBagFactory
- All Known Implementing Classes:
MutableBooleanBagFactoryImpl
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 Type Method Description MutableBooleanBagempty()MutableBooleanBagof()Same asempty().MutableBooleanBagof(boolean... items)Same aswith(boolean[]).MutableBooleanBagofAll(Iterable<Boolean> iterable)Same aswithAll(Iterable).MutableBooleanBagofAll(BooleanIterable items)Same aswithAll(BooleanIterable).MutableBooleanBagwith()Same asempty().MutableBooleanBagwith(boolean... items)MutableBooleanBagwithAll(Iterable<Boolean> iterable)MutableBooleanBagwithAll(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
-