Interface ImmutableShortStackFactory
- All Known Implementing Classes:
ImmutableShortStackFactoryImpl
public interface ImmutableShortStackFactory
A factory which creates instances of type
ImmutableShortStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(short one) Same aswith(short).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 one) with(short... items) withAll(ShortIterable items) withAllReversed(ShortIterable items)
-
Method Details
-
empty
ImmutableShortStack empty()- Since:
- 6.0
-
of
ImmutableShortStack of()Same asempty(). -
with
ImmutableShortStack with()Same asempty(). -
of
Same aswith(short). -
with
-
of
Same aswith(short[]). -
with
-
ofAll
Same aswithAll(ShortIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAllReversed
Same aswithAllReversed(ShortIterable). -
withAllReversed
-