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(BooleanIterable items) |
Same as
withAll(BooleanIterable). |
MutableBooleanBag |
with() |
Same as
empty(). |
MutableBooleanBag |
with(boolean... items) |
|
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)
Copyright © 2004–2017. All rights reserved.