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()Same asMutableFloatListFactory.empty().of(float... items) ofAll(FloatIterable items) with()Same asMutableFloatListFactory.empty().with(float... items) Creates a new list using the passeditemsargument as the backing store.withAll(FloatIterable items) withInitialCapacity(int capacity) Same asMutableFloatListFactory.empty().Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MutableFloatListFactory
wrapCopy
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatListFactoryImpl
public MutableFloatListFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatListFactory
-
of
Description copied from interface:MutableFloatListFactorySame asMutableFloatListFactory.empty().- Specified by:
ofin interfaceMutableFloatListFactory
-
with
Description copied from interface:MutableFloatListFactorySame asMutableFloatListFactory.empty().- Specified by:
within interfaceMutableFloatListFactory
-
withInitialCapacity
Description copied from interface:MutableFloatListFactorySame asMutableFloatListFactory.empty(). but takes in an initial capacity- Specified by:
withInitialCapacityin interfaceMutableFloatListFactory
-
of
Description copied from interface:MutableFloatListFactory- 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
Description copied from interface:MutableFloatListFactory- Specified by:
ofAllin interfaceMutableFloatListFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatListFactory
-
ofAll
Description copied from interface:MutableFloatListFactory- Specified by:
ofAllin interfaceMutableFloatListFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableFloatListFactory- Since:
- 10.0
-