parcelableArrayList

Retrieve a Parcelable ArrayList from the Bundle using the given key. The ArrayList should have been added using Bundle.putParcelableArrayList with values that implement the Parcelable interface.

Return

the ArrayList of the key, or null if no such value was found

Parameters

key

the key of the value