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