Interface Internal.FloatList

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

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