Class IntArrayList

All Implemented Interfaces:
Internal.IntList, Internal.ProtobufList<Integer>, PrimitiveNonBoxingCollection, Iterable<Integer>, Collection<Integer>, List<Integer>, RandomAccess, SequencedCollection<Integer>

An implementation of Internal.IntList on top of a primitive array.