public class ImmutableFloatListFactoryImpl extends Object implements ImmutableFloatListFactory
ImmutableFloatList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableFloatListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatList |
empty() |
ImmutableFloatList |
of()
Same as
ImmutableFloatListFactory.empty(). |
ImmutableFloatList |
of(float... items)
|
ImmutableFloatList |
of(float one)
|
ImmutableFloatList |
ofAll(FloatIterable items)
|
ImmutableFloatList |
with()
Same as
ImmutableFloatListFactory.empty(). |
ImmutableFloatList |
with(float... items) |
ImmutableFloatList |
with(float one) |
ImmutableFloatList |
withAll(FloatIterable items) |
public ImmutableFloatList empty()
empty in interface ImmutableFloatListFactorypublic ImmutableFloatList of()
ImmutableFloatListFactoryImmutableFloatListFactory.empty().of in interface ImmutableFloatListFactorypublic ImmutableFloatList with()
ImmutableFloatListFactoryImmutableFloatListFactory.empty().with in interface ImmutableFloatListFactorypublic ImmutableFloatList of(float one)
ImmutableFloatListFactoryof in interface ImmutableFloatListFactorypublic ImmutableFloatList with(float one)
with in interface ImmutableFloatListFactorypublic ImmutableFloatList of(float... items)
ImmutableFloatListFactoryof in interface ImmutableFloatListFactorypublic ImmutableFloatList with(float... items)
with in interface ImmutableFloatListFactorypublic ImmutableFloatList ofAll(FloatIterable items)
ImmutableFloatListFactoryofAll in interface ImmutableFloatListFactorypublic ImmutableFloatList withAll(FloatIterable items)
withAll in interface ImmutableFloatListFactoryCopyright © 2004–2016. All rights reserved.