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 Type Method Description ImmutableShortStackempty()ImmutableShortStackof()Same asempty().ImmutableShortStackof(short one)Same aswith(short).ImmutableShortStackof(short... items)Same aswith(short[]).ImmutableShortStackofAll(Iterable<Short> iterable)Same aswithAll(Iterable).ImmutableShortStackofAll(ShortIterable items)Same aswithAll(ShortIterable).ImmutableShortStackofAllReversed(ShortIterable items)Same aswithAllReversed(ShortIterable).ImmutableShortStackwith()Same asempty().ImmutableShortStackwith(short one)ImmutableShortStackwith(short... items)ImmutableShortStackwithAll(Iterable<Short> iterable)ImmutableShortStackwithAll(ShortIterable items)ImmutableShortStackwithAllReversed(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
-