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

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

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