| Constructor and Description |
|---|
BundlerListString() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
get(String key,
Bundle bundle)
Restore the value from the bundle.
|
void |
put(String key,
List<String> value,
Bundle bundle)
Save the given value inside of the bundle.
|