ImmutableFloatListFactorypublic enum ImmutableFloatListFactoryImpl extends java.lang.Enum<ImmutableFloatListFactoryImpl> implements ImmutableFloatListFactory
ImmutableFloatList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableFloatList |
empty() |
|
ImmutableFloatList |
of() |
Same as
ImmutableFloatListFactory.empty(). |
ImmutableFloatList |
of(float one) |
|
ImmutableFloatList |
of(float... items) |
|
ImmutableFloatList |
ofAll(FloatIterable items) |
|
static ImmutableFloatListFactoryImpl |
valueOf(java.lang.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() |
Same as
ImmutableFloatListFactory.empty(). |
ImmutableFloatList |
with(float one) |
|
ImmutableFloatList |
with(float... items) |
|
ImmutableFloatList |
withAll(FloatIterable items) |
public static final ImmutableFloatListFactoryImpl INSTANCE
public static ImmutableFloatListFactoryImpl[] values()
for (ImmutableFloatListFactoryImpl c : ImmutableFloatListFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatListFactoryImpl 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 ImmutableFloatList empty()
empty in interface ImmutableFloatListFactorypublic ImmutableFloatList of()
ImmutableFloatListFactoryImmutableFloatListFactory.empty().of in interface ImmutableFloatListFactorypublic ImmutableFloatList with()
ImmutableFloatListFactoryImmutableFloatListFactory.empty().with in interface ImmutableFloatListFactorypublic ImmutableFloatList of(float one)
ImmutableFloatListFactoryof in interface ImmutableFloatListFactorypublic ImmutableFloatList with(float one)
with in interface ImmutableFloatListFactorypublic ImmutableFloatList of(float... items)
ImmutableFloatListFactoryof in interface ImmutableFloatListFactorypublic ImmutableFloatList with(float... items)
with in interface ImmutableFloatListFactorypublic ImmutableFloatList ofAll(FloatIterable items)
ImmutableFloatListFactoryofAll in interface ImmutableFloatListFactorypublic ImmutableFloatList withAll(FloatIterable items)
withAll in interface ImmutableFloatListFactoryCopyright © 2004–2018. All rights reserved.