ImmutableFloatSetFactorypublic enum ImmutableFloatSetFactoryImpl extends java.lang.Enum<ImmutableFloatSetFactoryImpl> implements ImmutableFloatSetFactory
ImmutableFloatSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableFloatSet |
empty() |
|
ImmutableFloatSet |
of() |
Same as
ImmutableFloatSetFactory.empty(). |
ImmutableFloatSet |
of(float one) |
Same as
ImmutableFloatSetFactory.with(float). |
ImmutableFloatSet |
of(float... items) |
|
ImmutableFloatSet |
ofAll(FloatIterable items) |
|
static ImmutableFloatSetFactoryImpl |
valueOf(java.lang.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() |
Same as
ImmutableFloatSetFactory.empty(). |
ImmutableFloatSet |
with(float one) |
|
ImmutableFloatSet |
with(float... items) |
|
ImmutableFloatSet |
withAll(FloatIterable items) |
public static final ImmutableFloatSetFactoryImpl INSTANCE
public static ImmutableFloatSetFactoryImpl[] values()
for (ImmutableFloatSetFactoryImpl c : ImmutableFloatSetFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatSetFactoryImpl 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 ImmutableFloatSet empty()
empty in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of()
ImmutableFloatSetFactoryImmutableFloatSetFactory.empty().of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with()
ImmutableFloatSetFactoryImmutableFloatSetFactory.empty().with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of(float one)
ImmutableFloatSetFactoryImmutableFloatSetFactory.with(float).of in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with(float one)
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet of(float... items)
ImmutableFloatSetFactoryof in interface ImmutableFloatSetFactorypublic ImmutableFloatSet with(float... items)
with in interface ImmutableFloatSetFactorypublic ImmutableFloatSet ofAll(FloatIterable items)
ImmutableFloatSetFactoryofAll in interface ImmutableFloatSetFactorypublic ImmutableFloatSet withAll(FloatIterable items)
withAll in interface ImmutableFloatSetFactoryCopyright © 2004–2017. All rights reserved.