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