Class MutableFloatListFactoryImpl
java.lang.Object
org.eclipse.collections.impl.list.mutable.primitive.MutableFloatListFactoryImpl
- All Implemented Interfaces:
MutableFloatListFactory
MutableFloatListFactoryImpl is a factory implementation which creates instances of type
MutableFloatList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(float... items) ofAll(FloatIterable items) with()with(float... items) Creates a new list using the passeditemsargument as the backing store.withAll(FloatIterable items) withInitialCapacity(int capacity) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.factory.list.primitive.MutableFloatListFactory
wrapCopy
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatListFactoryImpl
public MutableFloatListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatListFactory
-
of
- Specified by:
ofin interfaceMutableFloatListFactory
-
with
- Specified by:
within interfaceMutableFloatListFactory
-
withInitialCapacity
- Specified by:
withInitialCapacityin interfaceMutableFloatListFactory
-
of
- Specified by:
ofin interfaceMutableFloatListFactory
-
with
Creates a new list using the passeditemsargument 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. !!!
- Specified by:
within interfaceMutableFloatListFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatListFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatListFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableFloatListFactory- Since:
- 10.0
-