public enum ImmutableFloatBagFactoryImpl extends Enum<ImmutableFloatBagFactoryImpl> implements ImmutableFloatBagFactory
ImmutableFloatBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatBag |
empty() |
ImmutableFloatBag |
of() |
ImmutableFloatBag |
of(float... items) |
ImmutableFloatBag |
of(float one) |
ImmutableFloatBag |
ofAll(FloatIterable items) |
ImmutableFloatBag |
ofAll(Iterable<Float> iterable) |
static ImmutableFloatBagFactoryImpl |
valueOf(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() |
ImmutableFloatBag |
with(float... items) |
ImmutableFloatBag |
with(float one) |
ImmutableFloatBag |
withAll(FloatIterable items) |
ImmutableFloatBag |
withAll(Iterable<Float> iterable) |
public static final ImmutableFloatBagFactoryImpl INSTANCE
public static ImmutableFloatBagFactoryImpl[] values()
for (ImmutableFloatBagFactoryImpl c : ImmutableFloatBagFactoryImpl.values()) System.out.println(c);
public static ImmutableFloatBagFactoryImpl 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 ImmutableFloatBag empty()
empty in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of()
of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with()
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of(float one)
of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with(float one)
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag of(float... items)
of in interface ImmutableFloatBagFactorypublic ImmutableFloatBag with(float... items)
with in interface ImmutableFloatBagFactorypublic ImmutableFloatBag ofAll(FloatIterable items)
ofAll in interface ImmutableFloatBagFactorypublic ImmutableFloatBag withAll(FloatIterable items)
withAll in interface ImmutableFloatBagFactorypublic ImmutableFloatBag ofAll(Iterable<Float> iterable)
ofAll in interface ImmutableFloatBagFactorypublic ImmutableFloatBag withAll(Iterable<Float> iterable)
withAll in interface ImmutableFloatBagFactoryCopyright © 2004–2020. All rights reserved.