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