Uses of Class
com.google.protobuf.RepeatedFieldBuilder
Packages that use RepeatedFieldBuilder
-
Uses of RepeatedFieldBuilder in com.google.protobuf
Methods in com.google.protobuf that return RepeatedFieldBuilderModifier and TypeMethodDescriptionRepeatedFieldBuilder.addAllMessages
(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.addMessage
(int index, MType message) Inserts the specified message at the specified position in this list.RepeatedFieldBuilder.addMessage
(MType message) Appends the specified element to the end of this list.RepeatedFieldBuilder.setMessage
(int index, MType message) Sets a message at the specified index replacing the existing item at that index.