Uses of Interface
com.google.protobuf.LazyStringList
Packages that use LazyStringList
-
Uses of LazyStringList in com.google.protobuf
Classes in com.google.protobuf that implement LazyStringListModifier and TypeClassDescriptionclass
An implementation ofLazyStringList
that wraps an ArrayList.class
An implementation ofLazyStringList
that wraps anotherLazyStringList
such that it cannot be modified via the wrapper.Fields in com.google.protobuf declared as LazyStringListModifier and TypeFieldDescriptionprivate LazyStringList
DescriptorProtos.FileDescriptorProto.Builder.dependency_
private LazyStringList
DescriptorProtos.FileDescriptorProto.dependency_
static final LazyStringList
LazyStringArrayList.EMPTY
private LazyStringList
DescriptorProtos.SourceCodeInfo.Location.Builder.leadingDetachedComments_
private LazyStringList
DescriptorProtos.SourceCodeInfo.Location.leadingDetachedComments_
private final LazyStringList
UnmodifiableLazyStringList.list
private LazyStringList
Type.Builder.oneofs_
private LazyStringList
Type.oneofs_
private LazyStringList
FieldMask.Builder.paths_
private LazyStringList
FieldMask.paths_
private LazyStringList
DescriptorProtos.DescriptorProto.Builder.reservedName_
private LazyStringList
DescriptorProtos.DescriptorProto.reservedName_
private LazyStringList
DescriptorProtos.EnumDescriptorProto.Builder.reservedName_
private LazyStringList
DescriptorProtos.EnumDescriptorProto.reservedName_
Methods in com.google.protobuf that return LazyStringListModifier and TypeMethodDescriptionLazyStringArrayList.getUnmodifiableView()
LazyStringList.getUnmodifiableView()
Returns an unmodifiable view of the list.UnmodifiableLazyStringList.getUnmodifiableView()
Methods in com.google.protobuf with parameters of type LazyStringListModifier and TypeMethodDescriptionvoid
LazyStringArrayList.mergeFrom
(LazyStringList other) void
LazyStringList.mergeFrom
(LazyStringList other) Merges all elements from another LazyStringList into this one.void
UnmodifiableLazyStringList.mergeFrom
(LazyStringList other) Constructors in com.google.protobuf with parameters of type LazyStringListModifierConstructorDescription -
Uses of LazyStringList in com.google.protobuf.compiler
Fields in com.google.protobuf.compiler declared as LazyStringListModifier and TypeFieldDescriptionprivate LazyStringList
PluginProtos.CodeGeneratorRequest.Builder.fileToGenerate_
private LazyStringList
PluginProtos.CodeGeneratorRequest.fileToGenerate_