ImmutableFloatBagFactorypublic enum ImmutableFloatBagFactoryImpl extends java.lang.Enum<ImmutableFloatBagFactoryImpl> implements ImmutableFloatBagFactory
ImmutableFloatBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableFloatBag |
empty() |
|
ImmutableFloatBag |
of() |
Same as
ImmutableFloatBagFactory.empty(). |
ImmutableFloatBag |
of(float one) |
Same as
ImmutableFloatBagFactory.with(float). |
ImmutableFloatBag |
of(float... items) |
|
ImmutableFloatBag |
ofAll(FloatIterable items) |
|
static ImmutableFloatBagFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableFloatBagFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableFloatBag |
with() |
Same as
ImmutableFloatBagFactory.empty(). |
ImmutableFloatBag |
with(float one) |
|
ImmutableFloatBag |
with(float... items) |
|
ImmutableFloatBag |
withAll(FloatIterable items) |
public static final ImmutableFloatBagFactoryImpl INSTANCE
public static ImmutableFloatBagFactoryImpl[] values()
for (ImmutableFloatBagFactoryImpl c : ImmutableFloatBagFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatBagFactoryImpl 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 ImmutableFloatBag empty()
empty in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of()
ImmutableFloatBagFactoryImmutableFloatBagFactory.empty().of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with()
ImmutableFloatBagFactoryImmutableFloatBagFactory.empty().with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of(float one)
ImmutableFloatBagFactoryImmutableFloatBagFactory.with(float).of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with(float one)
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of(float... items)
ImmutableFloatBagFactoryof in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with(float... items)
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag ofAll(FloatIterable items)
ImmutableFloatBagFactoryofAll in interface ImmutableFloatBagFactorypublic ImmutableFloatBag withAll(FloatIterable items)
withAll in interface ImmutableFloatBagFactoryCopyright © 2004–2018. All rights reserved.