MutableFloatBagFactorypublic enum MutableFloatBagFactoryImpl extends java.lang.Enum<MutableFloatBagFactoryImpl> implements MutableFloatBagFactory
MutableFloatBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableFloatBag |
empty() |
|
MutableFloatBag |
of() |
Same as
MutableFloatBagFactory.empty(). |
MutableFloatBag |
of(float... items) |
Same as
MutableFloatBagFactory.with(float[]). |
MutableFloatBag |
ofAll(FloatIterable items) |
|
static MutableFloatBagFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableFloatBagFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableFloatBag |
with() |
Same as
MutableFloatBagFactory.empty(). |
MutableFloatBag |
with(float... items) |
|
MutableFloatBag |
withAll(FloatIterable items) |
public static final MutableFloatBagFactoryImpl INSTANCE
public static MutableFloatBagFactoryImpl[] values()
for (MutableFloatBagFactoryImpl c : MutableFloatBagFactoryImpl.values()) System.out.println(c);
public static MutableFloatBagFactoryImpl 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 MutableFloatBag empty()
empty in interface MutableFloatBagFactorypublic MutableFloatBag of()
MutableFloatBagFactoryMutableFloatBagFactory.empty().of in interface MutableFloatBagFactorypublic MutableFloatBag with()
MutableFloatBagFactoryMutableFloatBagFactory.empty().with in interface MutableFloatBagFactorypublic MutableFloatBag of(float... items)
MutableFloatBagFactoryMutableFloatBagFactory.with(float[]).of in interface MutableFloatBagFactorypublic MutableFloatBag with(float... items)
with in interface MutableFloatBagFactorypublic MutableFloatBag ofAll(FloatIterable items)
MutableFloatBagFactoryofAll in interface MutableFloatBagFactorypublic MutableFloatBag withAll(FloatIterable items)
withAll in interface MutableFloatBagFactoryCopyright © 2004–2017. All rights reserved.