MutableBooleanBagFactoryImplpublic interface MutableBooleanBagFactory
MutableBooleanBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableBooleanBag |
empty() |
|
MutableBooleanBag |
of() |
Same as
empty(). |
MutableBooleanBag |
of(boolean... items) |
Same as
with(boolean[]). |
MutableBooleanBag |
ofAll(java.lang.Iterable<java.lang.Boolean> iterable) |
Same as
#withAll(IterableBoolean). |
MutableBooleanBag |
ofAll(BooleanIterable items) |
Same as
withAll(BooleanIterable). |
MutableBooleanBag |
with() |
Same as
empty(). |
MutableBooleanBag |
with(boolean... items) |
|
MutableBooleanBag |
withAll(java.lang.Iterable<java.lang.Boolean> iterable) |
|
MutableBooleanBag |
withAll(BooleanIterable items) |
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(java.lang.Iterable<java.lang.Boolean> iterable)
#withAll(IterableBoolean).MutableBooleanBag withAll(java.lang.Iterable<java.lang.Boolean> iterable)
Copyright © 2004–2020. All rights reserved.