public class ImmutableDoubleListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableDoubleListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.ImmutableDoubleList |
empty() |
org.eclipse.collections.api.list.primitive.ImmutableDoubleList |
of() |
org.eclipse.collections.api.list.primitive.ImmutableDoubleList |
of(double... items) |
org.eclipse.collections.api.list.primitive.ImmutableDoubleList |
of(double one) |
org.eclipse.collections.api.list.primitive.ImmutableDoubleList |
ofAll(org.eclipse.collections.api.DoubleIterable items) |
org.eclipse.collections.api.list.primitive.ImmutableDoubleList |
with() |
org.eclipse.collections.api.list.primitive.ImmutableDoubleList |
with(double... items) |
org.eclipse.collections.api.list.primitive.ImmutableDoubleList |
with(double one) |
org.eclipse.collections.api.list.primitive.ImmutableDoubleList |
withAll(org.eclipse.collections.api.DoubleIterable items) |
public org.eclipse.collections.api.list.primitive.ImmutableDoubleList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableDoubleList of()
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableDoubleList with()
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableDoubleList of(double one)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableDoubleList with(double one)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableDoubleList of(double... items)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableDoubleList with(double... items)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableDoubleList ofAll(org.eclipse.collections.api.DoubleIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableDoubleList withAll(org.eclipse.collections.api.DoubleIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactoryCopyright © 2004–2017. All rights reserved.