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(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(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 ofAllReversed(BooleanIterable items)
withAllReversed(BooleanIterable).MutableBooleanStack withAllReversed(BooleanIterable items)
Copyright © 2004–2017. All rights reserved.