public class MutableShortStackFactoryImpl extends Object implements MutableShortStackFactory
MutableShortStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableShortStackFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableShortStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableShortStack |
empty() |
MutableShortStack |
of() |
MutableShortStack |
of(short... items) |
MutableShortStack |
ofAll(Iterable<Short> iterable) |
MutableShortStack |
ofAll(ShortIterable items) |
MutableShortStack |
ofAllReversed(ShortIterable items) |
MutableShortStack |
with() |
MutableShortStack |
with(short... items) |
MutableShortStack |
withAll(Iterable<Short> iterable) |
MutableShortStack |
withAll(ShortIterable items) |
MutableShortStack |
withAllReversed(ShortIterable items) |
public static final MutableShortStackFactory INSTANCE
public MutableShortStack empty()
empty in interface MutableShortStackFactorypublic MutableShortStack of()
of in interface MutableShortStackFactorypublic MutableShortStack with()
with in interface MutableShortStackFactorypublic MutableShortStack of(short... items)
of in interface MutableShortStackFactorypublic MutableShortStack with(short... items)
with in interface MutableShortStackFactorypublic MutableShortStack ofAll(ShortIterable items)
ofAll in interface MutableShortStackFactorypublic MutableShortStack withAll(ShortIterable items)
withAll in interface MutableShortStackFactorypublic MutableShortStack ofAll(Iterable<Short> iterable)
ofAll in interface MutableShortStackFactorypublic MutableShortStack withAll(Iterable<Short> iterable)
withAll in interface MutableShortStackFactorypublic MutableShortStack ofAllReversed(ShortIterable items)
ofAllReversed in interface MutableShortStackFactorypublic MutableShortStack withAllReversed(ShortIterable items)
withAllReversed in interface MutableShortStackFactoryCopyright © 2004–2022. All rights reserved.