Class ImmutableFloatArrayList

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableFloatArrayList
All Implemented Interfaces:
Serializable, ImmutableFloatCollection, FloatIterable, FloatList, ImmutableFloatList, OrderedFloatIterable, ReversibleFloatIterable, PrimitiveIterable

final class ImmutableFloatArrayList extends Object implements ImmutableFloatList, Serializable
ImmutableFloatArrayList is the non-modifiable equivalent of FloatArrayList. It wraps a Java float array. This file was automatically generated from template file immutablePrimitiveArrayList.stg.
Since:
3.2.