Interface Internal.IntList

All Superinterfaces:
Collection<Integer>, Internal.ProtobufList<Integer>, Iterable<Integer>, List<Integer>, RandomAccess, SequencedCollection<Integer>
All Known Implementing Classes:
IntArrayList
Enclosing class:
Internal

public static interface Internal.IntList extends Internal.ProtobufList<Integer>
A List implementation that avoids boxing the elements into Integers if possible. Does not support null elements.