java.lang.Object
org.eclipse.collections.impl.primitive.AbstractIntIterable
org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
All Implemented Interfaces:
Externalizable, Serializable, MutableIntCollection, IntIterable, IntList, MutableIntList, OrderedIntIterable, ReversibleIntIterable, PrimitiveIterable

public class IntArrayList
extends AbstractIntIterable
implements MutableIntList, Externalizable
IntArrayList is similar to FastList, and is memory-optimized for int primitives. This file was automatically generated from template file primitiveArrayList.stg.
Since:
3.0.
See Also:
Serialized Form