public enum MutableFloatSetFactoryImpl extends Enum<MutableFloatSetFactoryImpl> implements MutableFloatSetFactory
MutableFloatSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatSet |
empty() |
MutableFloatSet |
of() |
MutableFloatSet |
of(float... items) |
MutableFloatSet |
ofAll(FloatIterable items) |
MutableFloatSet |
ofAll(Iterable<Float> iterable) |
static MutableFloatSetFactoryImpl |
valueOf(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() |
MutableFloatSet |
with(float... items) |
MutableFloatSet |
withAll(FloatIterable items) |
MutableFloatSet |
withAll(Iterable<Float> iterable) |
MutableFloatSet |
withInitialCapacity(int capacity) |
public static final MutableFloatSetFactoryImpl INSTANCE
public static MutableFloatSetFactoryImpl[] values()
for (MutableFloatSetFactoryImpl c : MutableFloatSetFactoryImpl.values()) System.out.println(c);
public static MutableFloatSetFactoryImpl 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 MutableFloatSet empty()
empty in interface MutableFloatSetFactorypublic MutableFloatSet of()
of in interface MutableFloatSetFactorypublic MutableFloatSet with()
with in interface MutableFloatSetFactorypublic MutableFloatSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableFloatSetFactorypublic MutableFloatSet of(float... items)
of in interface MutableFloatSetFactorypublic MutableFloatSet with(float... items)
with in interface MutableFloatSetFactorypublic MutableFloatSet ofAll(FloatIterable items)
ofAll in interface MutableFloatSetFactorypublic MutableFloatSet withAll(FloatIterable items)
withAll in interface MutableFloatSetFactorypublic MutableFloatSet ofAll(Iterable<Float> iterable)
ofAll in interface MutableFloatSetFactorypublic MutableFloatSet withAll(Iterable<Float> iterable)
withAll in interface MutableFloatSetFactoryCopyright © 2004–2021. All rights reserved.