public class MutableFloatListFactoryImpl extends Object implements MutableFloatListFactory
MutableFloatList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableFloatListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
empty() |
MutableFloatList |
of()
Same as
MutableFloatListFactory.empty(). |
MutableFloatList |
of(float... items)
|
MutableFloatList |
ofAll(FloatIterable items)
|
MutableFloatList |
with()
Same as
MutableFloatListFactory.empty(). |
MutableFloatList |
with(float... items) |
MutableFloatList |
withAll(FloatIterable items) |
public MutableFloatList empty()
empty in interface MutableFloatListFactorypublic MutableFloatList of()
MutableFloatListFactoryMutableFloatListFactory.empty().of in interface MutableFloatListFactorypublic MutableFloatList with()
MutableFloatListFactoryMutableFloatListFactory.empty().with in interface MutableFloatListFactorypublic MutableFloatList of(float... items)
MutableFloatListFactoryof in interface MutableFloatListFactorypublic MutableFloatList with(float... items)
with in interface MutableFloatListFactorypublic MutableFloatList ofAll(FloatIterable items)
MutableFloatListFactoryofAll in interface MutableFloatListFactorypublic MutableFloatList withAll(FloatIterable items)
withAll in interface MutableFloatListFactoryCopyright © 2004–2016. All rights reserved.