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

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

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