Interface Internal.DoubleList

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

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