Modifier and Type | Interface and Description |
---|---|
interface |
LazyStringList
An interface extending
List<String> that also provides access to the
items of the list as UTF8-encoded ByteString or byte[] objects. |
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 | Method and Description |
---|---|
ProtocolStringList |
DescriptorProtos.FileDescriptorProtoOrBuilder.getDependencyList()
repeated string dependency = 3; |
ProtocolStringList |
DescriptorProtos.FileDescriptorProto.getDependencyList()
repeated string dependency = 3; |
ProtocolStringList |
DescriptorProtos.FileDescriptorProto.Builder.getDependencyList()
repeated string dependency = 3; |
Copyright © 2008–2015 Google. All rights reserved.