Class PrimitiveIntList

java.lang.Object
All Implemented Interfaces:
Iterable<Integer>, Collection<Integer>, List<Integer>, RandomAccess, SequencedCollection<Integer>

public class PrimitiveIntList extends BasePrimitiveList<Integer>
Provides a view over a subset of a primitive int array with List<Integer> semantics. List elements can be modified, but the list can't change size. Nulls are rejected.