Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Field and Description |
---|---|
(package private) RepeatedFieldBuilder<MType,BType,IType> |
RepeatedFieldBuilder.MessageExternalList.builder |
(package private) RepeatedFieldBuilder<MType,BType,IType> |
RepeatedFieldBuilder.BuilderExternalList.builder |
(package private) RepeatedFieldBuilder<MType,BType,IType> |
RepeatedFieldBuilder.MessageOrBuilderExternalList.builder |
Modifier and Type | Method and Description |
---|---|
RepeatedFieldBuilder<MType,BType,IType> |
RepeatedFieldBuilder.addAllMessages(java.lang.Iterable<? extends MType> values)
Appends all of the messages in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator.
|
RepeatedFieldBuilder<MType,BType,IType> |
RepeatedFieldBuilder.addMessage(int index,
MType message)
Inserts the specified message at the specified position in this list.
|
RepeatedFieldBuilder<MType,BType,IType> |
RepeatedFieldBuilder.addMessage(MType message)
Appends the specified element to the end of this list.
|
RepeatedFieldBuilder<MType,BType,IType> |
RepeatedFieldBuilder.setMessage(int index,
MType message)
Sets a message at the specified index replacing the existing item at
that index.
|
Constructor and Description |
---|
BuilderExternalList(RepeatedFieldBuilder<MType,BType,IType> builder) |
MessageExternalList(RepeatedFieldBuilder<MType,BType,IType> builder) |
MessageOrBuilderExternalList(RepeatedFieldBuilder<MType,BType,IType> builder) |