public class MutableFloatListFactoryImpl extends Object implements MutableFloatListFactory
MutableFloatList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableFloatListFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableFloatListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatList |
empty() |
MutableFloatList |
of() |
MutableFloatList |
of(float... items) |
MutableFloatList |
ofAll(FloatIterable items) |
MutableFloatList |
ofAll(Iterable<Float> iterable) |
MutableFloatList |
with() |
MutableFloatList |
with(float... items)
Creates a new list using the passed
items argument as the backing store. |
MutableFloatList |
withAll(FloatIterable items) |
MutableFloatList |
withAll(Iterable<Float> iterable) |
MutableFloatList |
withInitialCapacity(int capacity) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrapCopypublic static final MutableFloatListFactory INSTANCE
public MutableFloatList empty()
empty in interface MutableFloatListFactorypublic MutableFloatList of()
of in interface MutableFloatListFactorypublic MutableFloatList with()
with in interface MutableFloatListFactorypublic MutableFloatList withInitialCapacity(int capacity)
withInitialCapacity in interface MutableFloatListFactorypublic MutableFloatList of(float... items)
of in interface MutableFloatListFactorypublic MutableFloatList with(float... items)
items argument as the backing store.
!!! WARNING: This method uses the passed in array, so can be very unsafe if the original array is held onto anywhere else. !!!
with in interface MutableFloatListFactorypublic MutableFloatList ofAll(FloatIterable items)
ofAll in interface MutableFloatListFactorypublic MutableFloatList withAll(FloatIterable items)
withAll in interface MutableFloatListFactorypublic MutableFloatList ofAll(Iterable<Float> iterable)
ofAll in interface MutableFloatListFactorypublic MutableFloatList withAll(Iterable<Float> iterable)
withAll in interface MutableFloatListFactoryCopyright © 2004–2022. All rights reserved.