Class PrimitiveLongList

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

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