java.lang.Object
org.eclipse.collections.impl.primitive.AbstractFloatIterable
org.eclipse.collections.impl.list.mutable.primitive.FloatArrayList
All Implemented Interfaces:
Externalizable, Serializable, MutableFloatCollection, FloatIterable, FloatList, MutableFloatList, OrderedFloatIterable, ReversibleFloatIterable, PrimitiveIterable

public class FloatArrayList extends AbstractFloatIterable implements MutableFloatList, Externalizable
FloatArrayList is similar to FastList, and is memory-optimized for float primitives. This file was automatically generated from template file primitiveArrayList.stg.
Since:
3.0.
See Also: