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