Class ImmutableIntArrayList

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableIntArrayList
All Implemented Interfaces:
Serializable, ImmutableIntCollection, IntIterable, ImmutableIntList, IntList, OrderedIntIterable, ReversibleIntIterable, PrimitiveIterable

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