public interface MutableBooleanSetFactory
MutableBooleanSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableBooleanSet |
empty() |
MutableBooleanSet |
of()
Same as
empty(). |
MutableBooleanSet |
of(boolean... items)
Same as
with(boolean[]). |
MutableBooleanSet |
ofAll(BooleanIterable items)
Same as
withAll(BooleanIterable). |
MutableBooleanSet |
ofAll(Iterable<Boolean> iterable)
Same as
withAll(Iterable). |
MutableBooleanSet |
with()
Same as
empty(). |
MutableBooleanSet |
with(boolean... items) |
MutableBooleanSet |
withAll(BooleanIterable items) |
MutableBooleanSet |
withAll(Iterable<Boolean> iterable) |
MutableBooleanSet empty()
MutableBooleanSet of()
empty().MutableBooleanSet with()
empty().MutableBooleanSet of(boolean... items)
with(boolean[]).MutableBooleanSet with(boolean... items)
MutableBooleanSet ofAll(BooleanIterable items)
withAll(BooleanIterable).MutableBooleanSet withAll(BooleanIterable items)
MutableBooleanSet ofAll(Iterable<Boolean> iterable)
withAll(Iterable).MutableBooleanSet withAll(Iterable<Boolean> iterable)
Copyright © 2004–2022. All rights reserved.