| 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. |
Copyright © 2008–2022. All rights reserved.