Class ImmutableLongArrayList

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableLongArrayList
All Implemented Interfaces:
Serializable, ImmutableLongCollection, ImmutableLongList, LongList, LongIterable, OrderedLongIterable, ReversibleLongIterable, PrimitiveIterable

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