@LevelUpApi(contract=PUBLIC) public final class LocationList extends ParcelableArrayList<Location>
ParcelableArrayList.ImmutableClassException
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<LocationList> |
CREATOR
Implements the
Parcelable interface. |
modCount
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
LocationList(Collection<Location> source) |
LocationList(Parcel in) |
Modifier and Type | Method and Description |
---|---|
protected Parcelable.Creator<Location> |
getCreator()
Subclasses must implement this, returning the CREATOR of the array's Parcelable item.
|
add, add, addAll, addAll, clear, describeContents, ensureCapacity, remove, remove, removeAll, removeRange, retainAll, set, trimToSize, writeToParcel
clone, contains, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, size, sort, spliterator, subList, toArray, toArray
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static final Parcelable.Creator<LocationList> CREATOR
Parcelable
interface.public LocationList(Parcel in)
in
- the parcel to read from.public LocationList(Collection<Location> source)
source
- the source collection to copy from.protected Parcelable.Creator<Location> getCreator()
ParcelableArrayList
getCreator
in class ParcelableArrayList<Location>