Class RepeatedFieldBuilder.BuilderExternalList<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder>

java.lang.Object
java.util.AbstractCollection<BType>
java.util.AbstractList<BType>
com.google.protobuf.RepeatedFieldBuilder.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>, RandomAccess, SequencedCollection<BType>
Enclosing class:
RepeatedFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder>

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