Package | Description |
---|---|
com.google.protobuf | |
com.google.protobuf.compiler |
Modifier and Type | Class and Description |
---|---|
class |
LazyStringArrayList
An implementation of
LazyStringList that wraps an ArrayList. |
class |
UnmodifiableLazyStringList
An implementation of
LazyStringList that wraps another
LazyStringList such that it cannot be modified via the wrapper. |
Modifier and Type | Field and Description |
---|---|
private LazyStringList |
DescriptorProtos.FileDescriptorProto.dependency_ |
private LazyStringList |
DescriptorProtos.FileDescriptorProto.Builder.dependency_ |
static LazyStringList |
LazyStringArrayList.EMPTY |
private LazyStringList |
DescriptorProtos.SourceCodeInfo.Location.leadingDetachedComments_ |
private LazyStringList |
DescriptorProtos.SourceCodeInfo.Location.Builder.leadingDetachedComments_ |
private LazyStringList |
UnmodifiableLazyStringList.list |
private LazyStringList |
Type.oneofs_ |
private LazyStringList |
Type.Builder.oneofs_ |
private LazyStringList |
FieldMask.paths_ |
private LazyStringList |
FieldMask.Builder.paths_ |
private LazyStringList |
DescriptorProtos.DescriptorProto.reservedName_ |
private LazyStringList |
DescriptorProtos.DescriptorProto.Builder.reservedName_ |
private LazyStringList |
DescriptorProtos.EnumDescriptorProto.reservedName_ |
private LazyStringList |
DescriptorProtos.EnumDescriptorProto.Builder.reservedName_ |
Modifier and Type | Method and Description |
---|---|
LazyStringList |
LazyStringList.getUnmodifiableView()
Returns an unmodifiable view of the list.
|
LazyStringList |
UnmodifiableLazyStringList.getUnmodifiableView() |
LazyStringList |
LazyStringArrayList.getUnmodifiableView() |
Modifier and Type | Method and Description |
---|---|
void |
LazyStringList.mergeFrom(LazyStringList other)
Merges all elements from another LazyStringList into this one.
|
void |
UnmodifiableLazyStringList.mergeFrom(LazyStringList other) |
void |
LazyStringArrayList.mergeFrom(LazyStringList other) |
Constructor and Description |
---|
LazyStringArrayList(LazyStringList from) |
UnmodifiableLazyStringList(LazyStringList list) |
Modifier and Type | Field and Description |
---|---|
private LazyStringList |
PluginProtos.CodeGeneratorRequest.fileToGenerate_ |
private LazyStringList |
PluginProtos.CodeGeneratorRequest.Builder.fileToGenerate_ |