Interface Internal.LongList

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

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