public enum ImmutableFloatSetFactoryImpl extends Enum<ImmutableFloatSetFactoryImpl> implements ImmutableFloatSetFactory
ImmutableFloatSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatSet |
empty() |
ImmutableFloatSet |
of() |
ImmutableFloatSet |
of(float... items) |
ImmutableFloatSet |
of(float one) |
ImmutableFloatSet |
ofAll(FloatIterable items) |
ImmutableFloatSet |
ofAll(Iterable<Float> iterable) |
static ImmutableFloatSetFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableFloatSetFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableFloatSet |
with() |
ImmutableFloatSet |
with(float... items) |
ImmutableFloatSet |
with(float one) |
ImmutableFloatSet |
withAll(FloatIterable items) |
ImmutableFloatSet |
withAll(Iterable<Float> iterable) |
public static final ImmutableFloatSetFactoryImpl INSTANCE
public static ImmutableFloatSetFactoryImpl[] values()
for (ImmutableFloatSetFactoryImpl c : ImmutableFloatSetFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatSetFactoryImpl 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 ImmutableFloatSet empty()
empty in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of()
of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with()
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of(float one)
of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with(float one)
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of(float... items)
of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with(float... items)
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet ofAll(FloatIterable items)
ofAll in interface ImmutableFloatSetFactorypublic ImmutableFloatSet withAll(FloatIterable items)
withAll in interface ImmutableFloatSetFactorypublic ImmutableFloatSet ofAll(Iterable<Float> iterable)
ofAll in interface ImmutableFloatSetFactorypublic ImmutableFloatSet withAll(Iterable<Float> iterable)
withAll in interface ImmutableFloatSetFactoryCopyright © 2004–2019. All rights reserved.