ImmutableFloatBagFactory
public 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 ImmutableFloatBagFactory
public ImmutableFloatBag of()
ImmutableFloatBagFactory
ImmutableFloatBagFactory.empty()
.of
in interface ImmutableFloatBagFactory
public ImmutableFloatBag with()
ImmutableFloatBagFactory
ImmutableFloatBagFactory.empty()
.with
in interface ImmutableFloatBagFactory
public ImmutableFloatBag of(float one)
ImmutableFloatBagFactory
ImmutableFloatBagFactory.with(float)
.of
in interface ImmutableFloatBagFactory
public ImmutableFloatBag with(float one)
with
in interface ImmutableFloatBagFactory
public ImmutableFloatBag of(float... items)
ImmutableFloatBagFactory
of
in interface ImmutableFloatBagFactory
public ImmutableFloatBag with(float... items)
with
in interface ImmutableFloatBagFactory
public ImmutableFloatBag ofAll(FloatIterable items)
ImmutableFloatBagFactory
ofAll
in interface ImmutableFloatBagFactory
public ImmutableFloatBag withAll(FloatIterable items)
withAll
in interface ImmutableFloatBagFactory
Copyright © 2004–2018. All rights reserved.