MutableShortStackFactoryImplpublic interface MutableShortStackFactory
MutableShortStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableShortStack |
empty() |
|
MutableShortStack |
of() |
Same as
empty(). |
MutableShortStack |
of(short... items) |
Same as
with(short[]). |
MutableShortStack |
ofAll(ShortIterable items) |
Same as
withAll(ShortIterable). |
MutableShortStack |
ofAllReversed(ShortIterable items) |
Same as
withAllReversed(ShortIterable). |
MutableShortStack |
with() |
Same as
empty(). |
MutableShortStack |
with(short... items) |
|
MutableShortStack |
withAll(ShortIterable items) |
|
MutableShortStack |
withAllReversed(ShortIterable items) |
MutableShortStack empty()
MutableShortStack of()
empty().MutableShortStack with()
empty().MutableShortStack of(short... items)
with(short[]).MutableShortStack with(short... items)
MutableShortStack ofAll(ShortIterable items)
withAll(ShortIterable).MutableShortStack withAll(ShortIterable items)
MutableShortStack ofAllReversed(ShortIterable items)
withAllReversed(ShortIterable).MutableShortStack withAllReversed(ShortIterable items)
Copyright © 2004–2017. All rights reserved.