public interface MutableShortStackFactory
MutableShortStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableShortStack |
empty() |
MutableShortStack |
of()
Same as
empty(). |
MutableShortStack |
of(short... items)
Same as
with(short[]). |
MutableShortStack |
ofAll(Iterable<Short> iterable)
Same as
withAll(Iterable). |
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(Iterable<Short> iterable) |
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 ofAll(Iterable<Short> iterable)
withAll(Iterable).MutableShortStack withAll(Iterable<Short> iterable)
MutableShortStack ofAllReversed(ShortIterable items)
withAllReversed(ShortIterable).MutableShortStack withAllReversed(ShortIterable items)
Copyright © 2004–2020. All rights reserved.