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

java.lang.Object
java.util.AbstractCollection<IType>
java.util.AbstractList<IType>
com.google.protobuf.RepeatedFieldBuilderV3.MessageOrBuilderExternalList<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<IType>, Collection<IType>, List<IType>, SequencedCollection<IType>
Enclosing class:
RepeatedFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder>

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