Interface MutableBooleanSetFactory
- All Known Implementing Classes:
MutableBooleanSetFactoryImpl
public interface MutableBooleanSetFactory
A factory which creates instances of type
MutableBooleanSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description MutableBooleanSetempty()MutableBooleanSetof()Same asempty().MutableBooleanSetof(boolean... items)Same aswith(boolean[]).MutableBooleanSetofAll(Iterable<Boolean> iterable)Same aswithAll(Iterable).MutableBooleanSetofAll(BooleanIterable items)Same aswithAll(BooleanIterable).MutableBooleanSetwith()Same asempty().MutableBooleanSetwith(boolean... items)MutableBooleanSetwithAll(Iterable<Boolean> iterable)MutableBooleanSetwithAll(BooleanIterable items)
-
Method Details
-
empty
MutableBooleanSet empty() -
of
MutableBooleanSet of()Same asempty(). -
with
MutableBooleanSet with()Same asempty(). -
of
Same aswith(boolean[]). -
with
-
ofAll
Same aswithAll(BooleanIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-