ImmutableFloatListFactoryImplpublic interface ImmutableFloatListFactory
ImmutableFloatList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableFloatList |
empty() |
|
ImmutableFloatList |
of() |
Same as
empty(). |
ImmutableFloatList |
of(float one) |
Same as
with(float). |
ImmutableFloatList |
of(float... items) |
Same as
with(float[]). |
ImmutableFloatList |
ofAll(FloatIterable items) |
Same as
withAll(FloatIterable). |
ImmutableFloatList |
with() |
Same as
empty(). |
ImmutableFloatList |
with(float one) |
|
ImmutableFloatList |
with(float... items) |
|
ImmutableFloatList |
withAll(FloatIterable items) |
ImmutableFloatList empty()
ImmutableFloatList of()
empty().ImmutableFloatList with()
empty().ImmutableFloatList of(float one)
with(float).ImmutableFloatList with(float one)
ImmutableFloatList of(float... items)
with(float[]).ImmutableFloatList with(float... items)
ImmutableFloatList ofAll(FloatIterable items)
withAll(FloatIterable).ImmutableFloatList withAll(FloatIterable items)
Copyright © 2004–2018. All rights reserved.