public class ImmutableFloatListFactoryImpl extends Object implements ImmutableFloatListFactory
ImmutableFloatList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableFloatListFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableFloatListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatList |
empty() |
ImmutableFloatList |
of() |
ImmutableFloatList |
of(float... items) |
ImmutableFloatList |
of(float one) |
ImmutableFloatList |
ofAll(FloatIterable items) |
ImmutableFloatList |
ofAll(Iterable<Float> iterable) |
ImmutableFloatList |
with() |
ImmutableFloatList |
with(float... items) |
ImmutableFloatList |
with(float one) |
ImmutableFloatList |
withAll(FloatIterable items) |
ImmutableFloatList |
withAll(Iterable<Float> iterable) |
public static final ImmutableFloatListFactory INSTANCE
public ImmutableFloatList empty()
empty in interface ImmutableFloatListFactorypublic ImmutableFloatList of()
of in interface ImmutableFloatListFactorypublic ImmutableFloatList with()
with in interface ImmutableFloatListFactorypublic ImmutableFloatList of(float one)
of in interface ImmutableFloatListFactorypublic ImmutableFloatList with(float one)
with in interface ImmutableFloatListFactorypublic ImmutableFloatList of(float... items)
of in interface ImmutableFloatListFactorypublic ImmutableFloatList with(float... items)
with in interface ImmutableFloatListFactorypublic ImmutableFloatList ofAll(FloatIterable items)
ofAll in interface ImmutableFloatListFactorypublic ImmutableFloatList withAll(FloatIterable items)
withAll in interface ImmutableFloatListFactorypublic ImmutableFloatList ofAll(Iterable<Float> iterable)
ofAll in interface ImmutableFloatListFactorypublic ImmutableFloatList withAll(Iterable<Float> iterable)
withAll in interface ImmutableFloatListFactoryCopyright © 2004–2022. All rights reserved.