Class ImmutableShortArrayList

java.lang.Object
org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayList
All Implemented Interfaces:
Serializable, ImmutableShortCollection, ImmutableShortList, ShortList, OrderedShortIterable, ReversibleShortIterable, PrimitiveIterable, ShortIterable

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