Class ImmutableDoubleListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableDoubleListFactoryImpl
- All Implemented Interfaces:
ImmutableDoubleListFactory
ImmutableDoubleListFactoryImpl is a factory implementation which creates instances of type
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.- Since:
- 3.2.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(double one) of(double... items) ofAll(DoubleStream items) ofAll(DoubleIterable items) with()with(double one) with(double... items) withAll(DoubleStream items) withAll(DoubleIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ImmutableDoubleListFactoryImpl
public ImmutableDoubleListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceImmutableDoubleListFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleListFactory
-
with
- Specified by:
within interfaceImmutableDoubleListFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleListFactory
-
with
- Specified by:
within interfaceImmutableDoubleListFactory
-
of
- Specified by:
ofin interfaceImmutableDoubleListFactory
-
with
- Specified by:
within interfaceImmutableDoubleListFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleListFactory
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleListFactory
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleListFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableDoubleListFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableDoubleListFactory- Since:
- 9.0
-