Class MutableDoubleStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.MutableDoubleStackFactoryImpl
- All Implemented Interfaces:
MutableDoubleStackFactory
MutableDoubleStackFactoryImpl is a factory implementation which creates instances of type
MutableDoubleStack.
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(double... items) ofAll(DoubleStream items) ofAll(DoubleIterable items) ofAllReversed(DoubleIterable items) with()with(double... items) withAll(DoubleStream items) withAll(DoubleIterable items) withAllReversed(DoubleIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleStackFactoryImpl
public MutableDoubleStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableDoubleStackFactory
-
of
- Specified by:
ofin interfaceMutableDoubleStackFactory
-
with
- Specified by:
within interfaceMutableDoubleStackFactory
-
of
- Specified by:
ofin interfaceMutableDoubleStackFactory
-
with
- Specified by:
within interfaceMutableDoubleStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableDoubleStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableDoubleStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableDoubleStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableDoubleStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceMutableDoubleStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableDoubleStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableDoubleStackFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableDoubleStackFactory- Since:
- 9.0
-