public interface ImmutableFloatListFactory
ImmutableFloatList
.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.Modifier and Type | Method and Description |
---|---|
ImmutableFloatList |
empty() |
ImmutableFloatList |
of()
Same as
empty() . |
ImmutableFloatList |
of(float... items)
Same as
with(float[]) . |
ImmutableFloatList |
of(float one)
Same as
with(float) . |
ImmutableFloatList |
ofAll(FloatIterable items)
Same as
withAll(FloatIterable) . |
ImmutableFloatList |
with()
Same as
empty() . |
ImmutableFloatList |
with(float... items) |
ImmutableFloatList |
with(float one) |
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–2016. All rights reserved.