java.io.Serializable, java.lang.Comparable<MutableDoubleListFactoryImpl>, MutableDoubleListFactorypublic enum MutableDoubleListFactoryImpl extends java.lang.Enum<MutableDoubleListFactoryImpl> implements MutableDoubleListFactory
MutableDoubleList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleList |
empty() |
|
MutableDoubleList |
of() |
Same as
MutableDoubleListFactory.empty(). |
MutableDoubleList |
of(double... items) |
|
MutableDoubleList |
ofAll(java.lang.Iterable<java.lang.Double> iterable) |
Same as
#withAll(IterableDouble). |
MutableDoubleList |
ofAll(java.util.stream.DoubleStream items) |
|
MutableDoubleList |
ofAll(DoubleIterable items) |
|
static MutableDoubleListFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableDoubleListFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableDoubleList |
with() |
Same as
MutableDoubleListFactory.empty(). |
MutableDoubleList |
with(double... items) |
|
MutableDoubleList |
withAll(java.lang.Iterable<java.lang.Double> iterable) |
|
MutableDoubleList |
withAll(java.util.stream.DoubleStream items) |
|
MutableDoubleList |
withAll(DoubleIterable items) |
public static final MutableDoubleListFactoryImpl INSTANCE
public static MutableDoubleListFactoryImpl[] values()
for (MutableDoubleListFactoryImpl c : MutableDoubleListFactoryImpl.values()) System.out.println(c);
public static MutableDoubleListFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MutableDoubleList empty()
empty in interface MutableDoubleListFactorypublic MutableDoubleList of()
MutableDoubleListFactoryMutableDoubleListFactory.empty().of in interface MutableDoubleListFactorypublic MutableDoubleList with()
MutableDoubleListFactoryMutableDoubleListFactory.empty().with in interface MutableDoubleListFactorypublic MutableDoubleList of(double... items)
MutableDoubleListFactoryof in interface MutableDoubleListFactorypublic MutableDoubleList with(double... items)
with in interface MutableDoubleListFactorypublic MutableDoubleList ofAll(DoubleIterable items)
MutableDoubleListFactoryofAll in interface MutableDoubleListFactorypublic MutableDoubleList withAll(DoubleIterable items)
withAll in interface MutableDoubleListFactorypublic MutableDoubleList ofAll(java.lang.Iterable<java.lang.Double> iterable)
MutableDoubleListFactory#withAll(IterableDouble).ofAll in interface MutableDoubleListFactorypublic MutableDoubleList withAll(java.lang.Iterable<java.lang.Double> iterable)
withAll in interface MutableDoubleListFactorypublic MutableDoubleList ofAll(java.util.stream.DoubleStream items)
ofAll in interface MutableDoubleListFactorypublic MutableDoubleList withAll(java.util.stream.DoubleStream items)
withAll in interface MutableDoubleListFactoryCopyright © 2004–2020. All rights reserved.