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