Interface MutableShortStackFactory
- All Known Implementing Classes:
MutableShortStackFactoryImpl
public interface MutableShortStackFactory
A factory which creates instances of type
MutableShortStack
.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asempty()
.of
(short... items) Same aswith(short[])
.Same aswithAll(Iterable)
.ofAll
(ShortIterable items) Same aswithAll(ShortIterable)
.ofAllReversed
(ShortIterable items) Same aswithAllReversed(ShortIterable)
.with()
Same asempty()
.with
(short... items) withAll
(ShortIterable items) withAllReversed
(ShortIterable items)
-
Method Details
-
empty
MutableShortStack empty() -
of
MutableShortStack of()Same asempty()
. -
with
MutableShortStack with()Same asempty()
. -
of
Same aswith(short[])
. -
with
-
ofAll
Same aswithAll(ShortIterable)
. -
withAll
-
ofAll
Same aswithAll(Iterable)
. -
withAll
-
ofAllReversed
Same aswithAllReversed(ShortIterable)
. -
withAllReversed
-