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