Package | Description |
---|---|
com.google.protobuf |
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 |
---|---|
static LazyStringList |
LazyStringArrayList.EMPTY |
Constructor and Description |
---|
LazyStringArrayList(LazyStringList from) |
UnmodifiableLazyStringList(LazyStringList list) |