- LazyField - Class in com.google.protobuf
-
LazyField encapsulates the logic of lazily parsing message fields.
- LazyField(MessageLite, ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyField
-
- LazyFieldLite - Class in com.google.protobuf
-
LazyFieldLite encapsulates the logic of lazily parsing message fields.
- LazyFieldLite(ExtensionRegistryLite, ByteString) - Constructor for class com.google.protobuf.LazyFieldLite
-
Constructs a LazyFieldLite with bytes that will be parsed lazily.
- LazyFieldLite() - Constructor for class com.google.protobuf.LazyFieldLite
-
Constructs a LazyFieldLite with no contents, and no ability to parse extensions.
- LazyStringList - Interface in com.google.protobuf
-
An interface extending List<String>
that also provides access to the items of the list as UTF8-encoded
ByteString or byte[] objects.
- ListAdapter(List<F>, Internal.ListAdapter.Converter<F, T>) - Constructor for class com.google.protobuf.Internal.ListAdapter
-
- LITTLE_ENDIAN_32_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
-