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