MutableBooleanStackFactoryImplpublic interface MutableBooleanStackFactory
MutableBooleanStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableBooleanStack |
empty() |
|
MutableBooleanStack |
of() |
Same as
empty(). |
MutableBooleanStack |
of(boolean... items) |
Same as
with(boolean[]). |
MutableBooleanStack |
ofAll(Iterable<Boolean> iterable) |
Same as
#withAll(IterableBoolean). |
MutableBooleanStack |
ofAll(BooleanIterable items) |
Same as
withAll(BooleanIterable). |
MutableBooleanStack |
ofAllReversed(BooleanIterable items) |
Same as
withAllReversed(BooleanIterable). |
MutableBooleanStack |
with() |
Same as
empty(). |
MutableBooleanStack |
with(boolean... items) |
|
MutableBooleanStack |
withAll(Iterable<Boolean> iterable) |
|
MutableBooleanStack |
withAll(BooleanIterable items) |
|
MutableBooleanStack |
withAllReversed(BooleanIterable items) |
MutableBooleanStack empty()
MutableBooleanStack of()
empty().MutableBooleanStack with()
empty().MutableBooleanStack of(boolean... items)
with(boolean[]).MutableBooleanStack with(boolean... items)
MutableBooleanStack ofAll(BooleanIterable items)
withAll(BooleanIterable).MutableBooleanStack withAll(BooleanIterable items)
MutableBooleanStack ofAll(Iterable<Boolean> iterable)
#withAll(IterableBoolean).MutableBooleanStack withAll(Iterable<Boolean> iterable)
MutableBooleanStack ofAllReversed(BooleanIterable items)
withAllReversed(BooleanIterable).MutableBooleanStack withAllReversed(BooleanIterable items)
Copyright © 2004–2019. All rights reserved.