public class ImmutableFloatListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactory
ImmutableFloatList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableFloatListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
empty() |
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
of() |
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
of(float... items) |
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
of(float one) |
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
ofAll(org.eclipse.collections.api.FloatIterable items) |
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
with() |
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
with(float... items) |
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
with(float one) |
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
withAll(org.eclipse.collections.api.FloatIterable items) |
public org.eclipse.collections.api.list.primitive.ImmutableFloatList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableFloatList of()
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableFloatList with()
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableFloatList of(float one)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableFloatList with(float one)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableFloatList of(float... items)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableFloatList with(float... items)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableFloatList ofAll(org.eclipse.collections.api.FloatIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableFloatList withAll(org.eclipse.collections.api.FloatIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableFloatListFactoryCopyright © 2004–2017. All rights reserved.