Class ImmutableLongStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableLongStackFactoryImpl
- All Implemented Interfaces:
ImmutableLongStackFactory
ImmutableLongStackFactoryImpl is a factory implementation which creates instances of type
ImmutableLongStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.- Since:
- 4.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(long one) of(long... items) ofAll(LongStream items) ofAll(LongIterable items) ofAllReversed(LongIterable items) with()with(long one) with(long... items) withAll(LongStream items) withAll(LongIterable items) withAllReversed(LongIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableLongStackFactoryImpl
public ImmutableLongStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableLongStackFactory
-
of
- Specified by:
ofin interfaceImmutableLongStackFactory
-
with
- Specified by:
within interfaceImmutableLongStackFactory
-
of
- Specified by:
ofin interfaceImmutableLongStackFactory
-
with
- Specified by:
within interfaceImmutableLongStackFactory
-
of
- Specified by:
ofin interfaceImmutableLongStackFactory
-
with
- Specified by:
within interfaceImmutableLongStackFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongStackFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongStackFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceImmutableLongStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceImmutableLongStackFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongStackFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongStackFactory- Since:
- 9.0
-