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(FloatIterable items) |
Same as
withAll(FloatIterable). |
MutableFloatList |
with() |
Same as
empty(). |
MutableFloatList |
with(float... items) |
|
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)
Copyright © 2004–2018. All rights reserved.