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