public enum ImmutableDoubleStackFactoryImpl extends Enum<ImmutableDoubleStackFactoryImpl> implements ImmutableDoubleStackFactory
ImmutableDoubleStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleStack |
empty() |
ImmutableDoubleStack |
of() |
ImmutableDoubleStack |
of(double... items) |
ImmutableDoubleStack |
of(double one) |
ImmutableDoubleStack |
ofAll(DoubleIterable items) |
ImmutableDoubleStack |
ofAll(DoubleStream items) |
ImmutableDoubleStack |
ofAllReversed(DoubleIterable items) |
static ImmutableDoubleStackFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableDoubleStackFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableDoubleStack |
with() |
ImmutableDoubleStack |
with(double... items) |
ImmutableDoubleStack |
with(double one) |
ImmutableDoubleStack |
withAll(DoubleIterable items) |
ImmutableDoubleStack |
withAll(DoubleStream items) |
ImmutableDoubleStack |
withAllReversed(DoubleIterable items) |
public static final ImmutableDoubleStackFactoryImpl INSTANCE
public static ImmutableDoubleStackFactoryImpl[] values()
for (ImmutableDoubleStackFactoryImpl c : ImmutableDoubleStackFactoryImpl.values()) System.out.println(c);
public static ImmutableDoubleStackFactoryImpl 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 ImmutableDoubleStack empty()
empty in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of()
of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with()
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of(double one)
of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with(double one)
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack of(double... items)
of in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack with(double... items)
with in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAll(DoubleIterable items)
ofAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAll(DoubleIterable items)
withAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAllReversed(DoubleIterable items)
ofAllReversed in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAllReversed(DoubleIterable items)
withAllReversed in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack ofAll(DoubleStream items)
ofAll in interface ImmutableDoubleStackFactorypublic ImmutableDoubleStack withAll(DoubleStream items)
withAll in interface ImmutableDoubleStackFactoryCopyright © 2004–2017. All rights reserved.