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