public class MutableFloatListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.MutableFloatListFactory
MutableFloatList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableFloatListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.MutableFloatList |
empty() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
of() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
of(float... items) |
org.eclipse.collections.api.list.primitive.MutableFloatList |
ofAll(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.list.primitive.MutableFloatList |
with() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
with(float... items) |
org.eclipse.collections.api.list.primitive.MutableFloatList |
withAll(org.eclipse.collections.api.FloatIterable items) |
public org.eclipse.collections.api.list.primitive.MutableFloatList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.MutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.MutableFloatList of()
of in interface org.eclipse.collections.api.factory.list.primitive.MutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.MutableFloatList with()
with in interface org.eclipse.collections.api.factory.list.primitive.MutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.MutableFloatList of(float... items)
of in interface org.eclipse.collections.api.factory.list.primitive.MutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.MutableFloatList with(float... items)
with in interface org.eclipse.collections.api.factory.list.primitive.MutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.MutableFloatList ofAll(org.eclipse.collections.api.FloatIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.MutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.MutableFloatList withAll(org.eclipse.collections.api.FloatIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.MutableFloatListFactoryCopyright © 2004–2017. All rights reserved.