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 Type Method Description MutableShortStackempty()MutableShortStackof()Same asempty().MutableShortStackof(short... items)Same aswith(short[]).MutableShortStackofAll(Iterable<Short> iterable)Same aswithAll(Iterable).MutableShortStackofAll(ShortIterable items)Same aswithAll(ShortIterable).MutableShortStackofAllReversed(ShortIterable items)Same aswithAllReversed(ShortIterable).MutableShortStackwith()Same asempty().MutableShortStackwith(short... items)MutableShortStackwithAll(Iterable<Short> iterable)MutableShortStackwithAll(ShortIterable items)MutableShortStackwithAllReversed(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
-