java.io.Serializable, java.lang.Comparable<MutableDoubleStackFactoryImpl>, MutableDoubleStackFactorypublic enum MutableDoubleStackFactoryImpl extends java.lang.Enum<MutableDoubleStackFactoryImpl> implements MutableDoubleStackFactory
MutableDoubleStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleStack |
empty() |
|
MutableDoubleStack |
of() |
Same as
MutableDoubleStackFactory.empty(). |
MutableDoubleStack |
of(double... items) |
|
MutableDoubleStack |
ofAll(java.lang.Iterable<java.lang.Double> iterable) |
Same as
#withAll(IterableDouble). |
MutableDoubleStack |
ofAll(java.util.stream.DoubleStream items) |
|
MutableDoubleStack |
ofAll(DoubleIterable items) |
|
MutableDoubleStack |
ofAllReversed(DoubleIterable items) |
|
static MutableDoubleStackFactoryImpl |
valueOf(java.lang.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() |
Same as
MutableDoubleStackFactory.empty(). |
MutableDoubleStack |
with(double... items) |
|
MutableDoubleStack |
withAll(java.lang.Iterable<java.lang.Double> iterable) |
|
MutableDoubleStack |
withAll(java.util.stream.DoubleStream items) |
|
MutableDoubleStack |
withAll(DoubleIterable items) |
|
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(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 MutableDoubleStack empty()
empty in interface MutableDoubleStackFactorypublic MutableDoubleStack of()
MutableDoubleStackFactoryMutableDoubleStackFactory.empty().of in interface MutableDoubleStackFactorypublic MutableDoubleStack with()
MutableDoubleStackFactoryMutableDoubleStackFactory.empty().with in interface MutableDoubleStackFactorypublic MutableDoubleStack of(double... items)
MutableDoubleStackFactoryof in interface MutableDoubleStackFactorypublic MutableDoubleStack with(double... items)
with in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAll(DoubleIterable items)
MutableDoubleStackFactoryofAll in interface MutableDoubleStackFactorypublic MutableDoubleStack withAll(DoubleIterable items)
withAll in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAll(java.lang.Iterable<java.lang.Double> iterable)
MutableDoubleStackFactory#withAll(IterableDouble).ofAll in interface MutableDoubleStackFactorypublic MutableDoubleStack withAll(java.lang.Iterable<java.lang.Double> iterable)
withAll in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAllReversed(DoubleIterable items)
MutableDoubleStackFactoryofAllReversed in interface MutableDoubleStackFactorypublic MutableDoubleStack withAllReversed(DoubleIterable items)
withAllReversed in interface MutableDoubleStackFactorypublic MutableDoubleStack ofAll(java.util.stream.DoubleStream items)
ofAll in interface MutableDoubleStackFactorypublic MutableDoubleStack withAll(java.util.stream.DoubleStream items)
withAll in interface MutableDoubleStackFactoryCopyright © 2004–2020. All rights reserved.