Interface ImmutableLongStackFactory
- All Known Implementing Classes:
ImmutableLongStackFactoryImpl
public interface ImmutableLongStackFactory
A factory which creates instances of type
ImmutableLongStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(long one) Same aswith(long).of(long... items) Same aswith(long[]).Same aswithAll(Iterable).ofAll(LongStream items) ofAll(LongIterable items) Same aswithAll(LongIterable).ofAllReversed(LongIterable items) Same aswithAllReversed(LongIterable).with()Same asempty().with(long one) with(long... items) withAll(LongStream items) withAll(LongIterable items) withAllReversed(LongIterable items)
-
Method Details
-
empty
ImmutableLongStack empty()- Since:
- 6.0
-
of
ImmutableLongStack of()Same asempty(). -
with
ImmutableLongStack with()Same asempty(). -
of
Same aswith(long). -
with
-
of
Same aswith(long[]). -
with
-
ofAll
Same aswithAll(LongIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAllReversed
Same aswithAllReversed(LongIterable). -
withAllReversed
-
ofAll
- Since:
- 9.0
-
withAll
- Since:
- 9.0
-