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