public enum ImmutableDoubleListFactoryImpl extends Enum<ImmutableDoubleListFactoryImpl> implements ImmutableDoubleListFactory
ImmutableDoubleList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
empty() |
ImmutableDoubleList |
of() |
ImmutableDoubleList |
of(double... items) |
ImmutableDoubleList |
of(double one) |
ImmutableDoubleList |
ofAll(DoubleIterable items) |
ImmutableDoubleList |
ofAll(DoubleStream items) |
ImmutableDoubleList |
ofAll(Iterable<Double> iterable) |
static ImmutableDoubleListFactoryImpl |
valueOf(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() |
ImmutableDoubleList |
with(double... items) |
ImmutableDoubleList |
with(double one) |
ImmutableDoubleList |
withAll(DoubleIterable items) |
ImmutableDoubleList |
withAll(DoubleStream items) |
ImmutableDoubleList |
withAll(Iterable<Double> iterable) |
public static final ImmutableDoubleListFactoryImpl INSTANCE
public static ImmutableDoubleListFactoryImpl[] values()
for (ImmutableDoubleListFactoryImpl c : ImmutableDoubleListFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleListFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ImmutableDoubleList empty()
empty in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of()
of in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with()
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of(double one)
of in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with(double one)
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList of(double... items)
of in interface ImmutableDoubleListFactorypublic ImmutableDoubleList with(double... items)
with in interface ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(DoubleIterable items)
ofAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList withAll(DoubleIterable items)
withAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(Iterable<Double> iterable)
ofAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList withAll(Iterable<Double> iterable)
withAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList ofAll(DoubleStream items)
ofAll in interface ImmutableDoubleListFactorypublic ImmutableDoubleList withAll(DoubleStream items)
withAll in interface ImmutableDoubleListFactoryCopyright © 2004–2021. All rights reserved.