MutableFloatListFactoryImplpublic interface MutableFloatListFactory
MutableFloatList.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableFloatList |
empty() |
|
MutableFloatList |
of() |
Same as
empty(). |
MutableFloatList |
of(float... items) |
Same as
with(float[]). |
MutableFloatList |
ofAll(java.lang.Iterable<java.lang.Float> iterable) |
Same as
#withAll(IterableFloat). |
MutableFloatList |
ofAll(FloatIterable items) |
Same as
withAll(FloatIterable). |
MutableFloatList |
with() |
Same as
empty(). |
MutableFloatList |
with(float... items) |
|
MutableFloatList |
withAll(java.lang.Iterable<java.lang.Float> iterable) |
|
MutableFloatList |
withAll(FloatIterable items) |
MutableFloatList empty()
MutableFloatList of()
empty().MutableFloatList with()
empty().MutableFloatList of(float... items)
with(float[]).MutableFloatList with(float... items)
MutableFloatList ofAll(FloatIterable items)
withAll(FloatIterable).MutableFloatList withAll(FloatIterable items)
MutableFloatList ofAll(java.lang.Iterable<java.lang.Float> iterable)
#withAll(IterableFloat).MutableFloatList withAll(java.lang.Iterable<java.lang.Float> iterable)
Copyright © 2004–2020. All rights reserved.