Serializable
, Comparable<MutableFloatBagFactoryImpl>
, MutableFloatBagFactory
public enum MutableFloatBagFactoryImpl extends 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(Iterable<Float> iterable) |
Same as
#withAll(IterableFloat) . |
MutableFloatBag |
ofAll(FloatIterable items) |
|
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() |
Same as
MutableFloatBagFactory.empty() . |
MutableFloatBag |
with(float... items) |
|
MutableFloatBag |
withAll(Iterable<Float> iterable) |
|
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(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 MutableFloatBagFactory
public MutableFloatBag of()
MutableFloatBagFactory
MutableFloatBagFactory.empty()
.of
in interface MutableFloatBagFactory
public MutableFloatBag with()
MutableFloatBagFactory
MutableFloatBagFactory.empty()
.with
in interface MutableFloatBagFactory
public MutableFloatBag of(float... items)
MutableFloatBagFactory
MutableFloatBagFactory.with(float[])
.of
in interface MutableFloatBagFactory
public MutableFloatBag with(float... items)
with
in interface MutableFloatBagFactory
public MutableFloatBag ofAll(FloatIterable items)
MutableFloatBagFactory
ofAll
in interface MutableFloatBagFactory
public MutableFloatBag withAll(FloatIterable items)
withAll
in interface MutableFloatBagFactory
public MutableFloatBag ofAll(Iterable<Float> iterable)
MutableFloatBagFactory
#withAll(IterableFloat)
.ofAll
in interface MutableFloatBagFactory
public MutableFloatBag withAll(Iterable<Float> iterable)
withAll
in interface MutableFloatBagFactory
Copyright © 2004–2019. All rights reserved.