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 MutableFloatListFactory
public MutableFloatList of()
MutableFloatListFactory
MutableFloatListFactory.empty()
.of
in interface MutableFloatListFactory
public MutableFloatList with()
MutableFloatListFactory
MutableFloatListFactory.empty()
.with
in interface MutableFloatListFactory
public MutableFloatList of(float... items)
MutableFloatListFactory
of
in interface MutableFloatListFactory
public MutableFloatList with(float... items)
with
in interface MutableFloatListFactory
public MutableFloatList ofAll(FloatIterable items)
MutableFloatListFactory
ofAll
in interface MutableFloatListFactory
public MutableFloatList withAll(FloatIterable items)
withAll
in interface MutableFloatListFactory
Copyright © 2004–2016. All rights reserved.