ImmutableDoubleListFactorypublic enum ImmutableDoubleListFactoryImpl extends java.lang.Enum<ImmutableDoubleListFactoryImpl> implements ImmutableDoubleListFactory
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleList |
empty() |
|
ImmutableDoubleList |
of() |
Same as
ImmutableDoubleListFactory.empty(). |
ImmutableDoubleList |
of(double one) |
|
ImmutableDoubleList |
of(double... items) |
|
ImmutableDoubleList |
ofAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleList |
ofAll(DoubleIterable items) |
|
static ImmutableDoubleListFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleListFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleList |
with() |
Same as
ImmutableDoubleListFactory.empty(). |
ImmutableDoubleList |
with(double one) |
|
ImmutableDoubleList |
with(double... items) |
|
ImmutableDoubleList |
withAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleList |
withAll(DoubleIterable items) |
public static final ImmutableDoubleListFactoryImpl INSTANCE
public static ImmutableDoubleListFactoryImpl[] values()
for (ImmutableDoubleListFactoryImpl c : ImmutableDoubleListFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleListFactoryImpl 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 ImmutableDoubleList empty()
empty in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of()
ImmutableDoubleListFactoryImmutableDoubleListFactory.empty().of in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with()
ImmutableDoubleListFactoryImmutableDoubleListFactory.empty().with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of(double one)
ImmutableDoubleListFactoryof in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with(double one)
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of(double... items)
ImmutableDoubleListFactoryof in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with(double... items)
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(DoubleIterable items)
ImmutableDoubleListFactoryofAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList withAll(DoubleIterable items)
withAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(java.util.stream.DoubleStream items)
ofAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList withAll(java.util.stream.DoubleStream items)
withAll in interface ImmutableDoubleListFactoryCopyright © 2004–2018. All rights reserved.