Class RepeatedFieldBuilderV3.MessageExternalList<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder>

java.lang.Object
java.util.AbstractCollection<MType>
java.util.AbstractList<MType>
com.google.protobuf.RepeatedFieldBuilderV3.MessageExternalList<MType,BType,IType>
Type Parameters:
MType - the type of message for the field
BType - the type of builder for the field
IType - the common interface for the message and the builder
All Implemented Interfaces:
Iterable<MType>, Collection<MType>, List<MType>, SequencedCollection<MType>
Enclosing class:
RepeatedFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder>

private static class RepeatedFieldBuilderV3.MessageExternalList<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder> extends AbstractList<MType> implements List<MType>
Provides a live view of the builder as a list of messages.