Serializable, Comparable<MutableFloatStackFactoryImpl>, MutableFloatStackFactorypublic enum MutableFloatStackFactoryImpl extends Enum<MutableFloatStackFactoryImpl> implements MutableFloatStackFactory
MutableFloatStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableFloatStack |
empty() |
|
MutableFloatStack |
of() |
Same as
MutableFloatStackFactory.empty(). |
MutableFloatStack |
of(float... items) |
|
MutableFloatStack |
ofAll(Iterable<Float> iterable) |
Same as
#withAll(IterableFloat). |
MutableFloatStack |
ofAll(FloatIterable items) |
|
MutableFloatStack |
ofAllReversed(FloatIterable items) |
|
static MutableFloatStackFactoryImpl |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MutableFloatStackFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableFloatStack |
with() |
Same as
MutableFloatStackFactory.empty(). |
MutableFloatStack |
with(float... items) |
|
MutableFloatStack |
withAll(Iterable<Float> iterable) |
|
MutableFloatStack |
withAll(FloatIterable items) |
|
MutableFloatStack |
withAllReversed(FloatIterable items) |
public static final MutableFloatStackFactoryImpl INSTANCE
public static MutableFloatStackFactoryImpl[] values()
for (MutableFloatStackFactoryImpl c : MutableFloatStackFactoryImpl.values()) System.out.println(c);
public static MutableFloatStackFactoryImpl 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 MutableFloatStack empty()
empty in interface MutableFloatStackFactorypublic MutableFloatStack of()
MutableFloatStackFactoryMutableFloatStackFactory.empty().of in interface MutableFloatStackFactorypublic MutableFloatStack with()
MutableFloatStackFactoryMutableFloatStackFactory.empty().with in interface MutableFloatStackFactorypublic MutableFloatStack of(float... items)
MutableFloatStackFactoryof in interface MutableFloatStackFactorypublic MutableFloatStack with(float... items)
with in interface MutableFloatStackFactorypublic MutableFloatStack ofAll(FloatIterable items)
MutableFloatStackFactoryofAll in interface MutableFloatStackFactorypublic MutableFloatStack withAll(FloatIterable items)
withAll in interface MutableFloatStackFactorypublic MutableFloatStack ofAll(Iterable<Float> iterable)
MutableFloatStackFactory#withAll(IterableFloat).ofAll in interface MutableFloatStackFactorypublic MutableFloatStack withAll(Iterable<Float> iterable)
withAll in interface MutableFloatStackFactorypublic MutableFloatStack ofAllReversed(FloatIterable items)
MutableFloatStackFactoryofAllReversed in interface MutableFloatStackFactorypublic MutableFloatStack withAllReversed(FloatIterable items)
withAllReversed in interface MutableFloatStackFactoryCopyright © 2004–2019. All rights reserved.