java.io.Serializable, java.lang.Comparable<MutableFloatListFactoryImpl>, MutableFloatListFactorypublic enum MutableFloatListFactoryImpl extends java.lang.Enum<MutableFloatListFactoryImpl> implements MutableFloatListFactory
MutableFloatList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableFloatList |
empty() |
|
MutableFloatList |
of() |
Same as
MutableFloatListFactory.empty(). |
MutableFloatList |
of(float... items) |
|
MutableFloatList |
ofAll(java.lang.Iterable<java.lang.Float> iterable) |
Same as
#withAll(IterableFloat). |
MutableFloatList |
ofAll(FloatIterable items) |
|
static MutableFloatListFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableFloatListFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableFloatList |
with() |
Same as
MutableFloatListFactory.empty(). |
MutableFloatList |
with(float... items) |
|
MutableFloatList |
withAll(java.lang.Iterable<java.lang.Float> iterable) |
|
MutableFloatList |
withAll(FloatIterable items) |
public static final MutableFloatListFactoryImpl INSTANCE
public static MutableFloatListFactoryImpl[] values()
for (MutableFloatListFactoryImpl c : MutableFloatListFactoryImpl.values()) System.out.println(c);
public static MutableFloatListFactoryImpl 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 MutableFloatList empty()
empty in interface MutableFloatListFactorypublic MutableFloatList of()
MutableFloatListFactoryMutableFloatListFactory.empty().of in interface MutableFloatListFactorypublic MutableFloatList with()
MutableFloatListFactoryMutableFloatListFactory.empty().with in interface MutableFloatListFactorypublic MutableFloatList of(float... items)
MutableFloatListFactoryof in interface MutableFloatListFactorypublic MutableFloatList with(float... items)
with in interface MutableFloatListFactorypublic MutableFloatList ofAll(FloatIterable items)
MutableFloatListFactoryofAll in interface MutableFloatListFactorypublic MutableFloatList withAll(FloatIterable items)
withAll in interface MutableFloatListFactorypublic MutableFloatList ofAll(java.lang.Iterable<java.lang.Float> iterable)
MutableFloatListFactory#withAll(IterableFloat).ofAll in interface MutableFloatListFactorypublic MutableFloatList withAll(java.lang.Iterable<java.lang.Float> iterable)
withAll in interface MutableFloatListFactoryCopyright © 2004–2020. All rights reserved.