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

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

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