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