public enum ImmutableFloatStackFactoryImpl extends Enum<ImmutableFloatStackFactoryImpl> implements ImmutableFloatStackFactory
ImmutableFloatStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatStack |
empty() |
ImmutableFloatStack |
of() |
ImmutableFloatStack |
of(float... items) |
ImmutableFloatStack |
of(float one) |
ImmutableFloatStack |
ofAll(FloatIterable items) |
ImmutableFloatStack |
ofAll(Iterable<Float> iterable) |
ImmutableFloatStack |
ofAllReversed(FloatIterable items) |
static ImmutableFloatStackFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableFloatStackFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableFloatStack |
with() |
ImmutableFloatStack |
with(float... items) |
ImmutableFloatStack |
with(float one) |
ImmutableFloatStack |
withAll(FloatIterable items) |
ImmutableFloatStack |
withAll(Iterable<Float> iterable) |
ImmutableFloatStack |
withAllReversed(FloatIterable items) |
public static final ImmutableFloatStackFactoryImpl INSTANCE
public static ImmutableFloatStackFactoryImpl[] values()
for (ImmutableFloatStackFactoryImpl c : ImmutableFloatStackFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatStackFactoryImpl 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 ImmutableFloatStack empty()
empty in interface ImmutableFloatStackFactorypublic ImmutableFloatStack of()
of in interface ImmutableFloatStackFactorypublic ImmutableFloatStack with()
with in interface ImmutableFloatStackFactorypublic ImmutableFloatStack of(float one)
of in interface ImmutableFloatStackFactorypublic ImmutableFloatStack with(float one)
with in interface ImmutableFloatStackFactorypublic ImmutableFloatStack of(float... items)
of in interface ImmutableFloatStackFactorypublic ImmutableFloatStack with(float... items)
with in interface ImmutableFloatStackFactorypublic ImmutableFloatStack ofAll(FloatIterable items)
ofAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack withAll(FloatIterable items)
withAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack ofAll(Iterable<Float> iterable)
ofAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack withAll(Iterable<Float> iterable)
withAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack ofAllReversed(FloatIterable items)
ofAllReversed in interface ImmutableFloatStackFactorypublic ImmutableFloatStack withAllReversed(FloatIterable items)
withAllReversed in interface ImmutableFloatStackFactoryCopyright © 2004–2019. All rights reserved.