java.io.Serializable, java.lang.Comparable<ImmutableFloatStackFactoryImpl>, ImmutableFloatStackFactorypublic enum ImmutableFloatStackFactoryImpl extends java.lang.Enum<ImmutableFloatStackFactoryImpl> implements ImmutableFloatStackFactory
ImmutableFloatStack.
This file was automatically generated from template file immutablePrimitiveStackFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
public static final ImmutableFloatStackFactoryImpl INSTANCE
public static ImmutableFloatStackFactoryImpl[] values()
for (ImmutableFloatStackFactoryImpl c : ImmutableFloatStackFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatStackFactoryImpl 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 ImmutableFloatStack empty()
empty in interface ImmutableFloatStackFactorypublic ImmutableFloatStack of()
ImmutableFloatStackFactoryImmutableFloatStackFactory.empty().of in interface ImmutableFloatStackFactorypublic ImmutableFloatStack with()
ImmutableFloatStackFactoryImmutableFloatStackFactory.empty().with in interface ImmutableFloatStackFactorypublic ImmutableFloatStack of(float one)
ImmutableFloatStackFactoryof in interface ImmutableFloatStackFactorypublic ImmutableFloatStack with(float one)
with in interface ImmutableFloatStackFactorypublic ImmutableFloatStack of(float... items)
ImmutableFloatStackFactoryof in interface ImmutableFloatStackFactorypublic ImmutableFloatStack with(float... items)
with in interface ImmutableFloatStackFactorypublic ImmutableFloatStack ofAll(FloatIterable items)
ImmutableFloatStackFactoryofAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack withAll(FloatIterable items)
withAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack ofAll(java.lang.Iterable<java.lang.Float> iterable)
ImmutableFloatStackFactory#withAll(IterableFloat).ofAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack withAll(java.lang.Iterable<java.lang.Float> iterable)
withAll in interface ImmutableFloatStackFactorypublic ImmutableFloatStack ofAllReversed(FloatIterable items)
ImmutableFloatStackFactoryofAllReversed in interface ImmutableFloatStackFactorypublic ImmutableFloatStack withAllReversed(FloatIterable items)
withAllReversed in interface ImmutableFloatStackFactoryCopyright © 2004–2020. All rights reserved.