Class MutableDoubleListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.MutableDoubleListFactoryImpl
- All Implemented Interfaces:
MutableDoubleListFactory
MutableDoubleListFactoryImpl is a factory implementation which creates instances of type
MutableDoubleList
.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()
of()
Same asMutableDoubleListFactory.empty()
.of
(double... items) ofAll
(DoubleStream items) ofAll
(DoubleIterable items) with()
Same asMutableDoubleListFactory.empty()
.with
(double... items) Creates a new list using the passeditems
argument as the backing store.withAll
(DoubleStream items) withAll
(DoubleIterable items) withInitialCapacity
(int capacity) Same asMutableDoubleListFactory.empty()
.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory
wrapCopy
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableDoubleListFactoryImpl
public MutableDoubleListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMutableDoubleListFactory
-
of
Description copied from interface:MutableDoubleListFactory
Same asMutableDoubleListFactory.empty()
.- Specified by:
of
in interfaceMutableDoubleListFactory
-
with
Description copied from interface:MutableDoubleListFactory
Same asMutableDoubleListFactory.empty()
.- Specified by:
with
in interfaceMutableDoubleListFactory
-
withInitialCapacity
Description copied from interface:MutableDoubleListFactory
Same asMutableDoubleListFactory.empty()
. but takes in an initial capacity- Specified by:
withInitialCapacity
in interfaceMutableDoubleListFactory
-
of
Description copied from interface:MutableDoubleListFactory
- Specified by:
of
in interfaceMutableDoubleListFactory
-
with
Creates a new list using the passeditems
argument as the backing store.!!! WARNING: This method uses the passed in array, so can be very unsafe if the original array is held onto anywhere else. !!!
- Specified by:
with
in interfaceMutableDoubleListFactory
-
ofAll
Description copied from interface:MutableDoubleListFactory
- Specified by:
ofAll
in interfaceMutableDoubleListFactory
-
withAll
- Specified by:
withAll
in interfaceMutableDoubleListFactory
-
ofAll
Description copied from interface:MutableDoubleListFactory
- Specified by:
ofAll
in interfaceMutableDoubleListFactory
- Since:
- 10.0
-
withAll
- Specified by:
withAll
in interfaceMutableDoubleListFactory
- Since:
- 10.0
-
ofAll
- Specified by:
ofAll
in interfaceMutableDoubleListFactory
- Since:
- 9.0
-
withAll
- Specified by:
withAll
in interfaceMutableDoubleListFactory
- Since:
- 9.0
-