public interface ImmutableShortStackFactory
ImmutableShortStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableShortStack |
empty() |
ImmutableShortStack |
of()
Same as
empty(). |
ImmutableShortStack |
of(short... items)
Same as
with(short[]). |
ImmutableShortStack |
of(short one)
Same as
with(short). |
ImmutableShortStack |
ofAll(Iterable<Short> iterable)
Same as
withAll(Iterable). |
ImmutableShortStack |
ofAll(ShortIterable items)
Same as
withAll(ShortIterable). |
ImmutableShortStack |
ofAllReversed(ShortIterable items)
Same as
withAllReversed(ShortIterable). |
ImmutableShortStack |
with()
Same as
empty(). |
ImmutableShortStack |
with(short... items) |
ImmutableShortStack |
with(short one) |
ImmutableShortStack |
withAll(Iterable<Short> iterable) |
ImmutableShortStack |
withAll(ShortIterable items) |
ImmutableShortStack |
withAllReversed(ShortIterable items) |
ImmutableShortStack empty()
ImmutableShortStack of()
empty().ImmutableShortStack with()
empty().ImmutableShortStack of(short one)
with(short).ImmutableShortStack with(short one)
ImmutableShortStack of(short... items)
with(short[]).ImmutableShortStack with(short... items)
ImmutableShortStack ofAll(ShortIterable items)
withAll(ShortIterable).ImmutableShortStack withAll(ShortIterable items)
ImmutableShortStack ofAll(Iterable<Short> iterable)
withAll(Iterable).ImmutableShortStack withAll(Iterable<Short> iterable)
ImmutableShortStack ofAllReversed(ShortIterable items)
withAllReversed(ShortIterable).ImmutableShortStack withAllReversed(ShortIterable items)
Copyright © 2004–2023. All rights reserved.