public enum MutableFloatBagFactoryImpl extends Enum<MutableFloatBagFactoryImpl> implements MutableFloatBagFactory
MutableFloatBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatBag |
empty() |
MutableFloatBag |
of() |
MutableFloatBag |
of(float... items) |
MutableFloatBag |
ofAll(FloatIterable items) |
MutableFloatBag |
ofAll(Iterable<Float> iterable) |
static MutableFloatBagFactoryImpl |
valueOf(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() |
MutableFloatBag |
with(float... items) |
MutableFloatBag |
withAll(FloatIterable items) |
MutableFloatBag |
withAll(Iterable<Float> iterable) |
public static final MutableFloatBagFactoryImpl INSTANCE
public static MutableFloatBagFactoryImpl[] values()
for (MutableFloatBagFactoryImpl c : MutableFloatBagFactoryImpl.values()) System.out.println(c);
public static MutableFloatBagFactoryImpl 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 MutableFloatBag empty()
empty in interface MutableFloatBagFactorypublic MutableFloatBag of()
of in interface MutableFloatBagFactorypublic MutableFloatBag with()
with in interface MutableFloatBagFactorypublic MutableFloatBag of(float... items)
of in interface MutableFloatBagFactorypublic MutableFloatBag with(float... items)
with in interface MutableFloatBagFactorypublic MutableFloatBag ofAll(FloatIterable items)
ofAll in interface MutableFloatBagFactorypublic MutableFloatBag withAll(FloatIterable items)
withAll in interface MutableFloatBagFactorypublic MutableFloatBag ofAll(Iterable<Float> iterable)
ofAll in interface MutableFloatBagFactorypublic MutableFloatBag withAll(Iterable<Float> iterable)
withAll in interface MutableFloatBagFactoryCopyright © 2004–2019. All rights reserved.