Interface Internal.BooleanList

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

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