public class MutableDoubleListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactory
MutableDoubleList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableDoubleListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.MutableDoubleList |
empty() |
org.eclipse.collections.api.list.primitive.MutableDoubleList |
of() |
org.eclipse.collections.api.list.primitive.MutableDoubleList |
of(double... items) |
org.eclipse.collections.api.list.primitive.MutableDoubleList |
ofAll(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.list.primitive.MutableDoubleList |
with() |
org.eclipse.collections.api.list.primitive.MutableDoubleList |
with(double... items) |
org.eclipse.collections.api.list.primitive.MutableDoubleList |
withAll(org.eclipse.collections.api.DoubleIterable items) |
public org.eclipse.collections.api.list.primitive.MutableDoubleList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.MutableDoubleList of()
of in interface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.MutableDoubleList with()
with in interface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.MutableDoubleList of(double... items)
of in interface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.MutableDoubleList with(double... items)
with in interface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.MutableDoubleList ofAll(org.eclipse.collections.api.DoubleIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.MutableDoubleList withAll(org.eclipse.collections.api.DoubleIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.MutableDoubleListFactoryCopyright © 2004–2017. All rights reserved.