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