@LevelUpApi(contract=PUBLIC) public final class WebLinkList extends ParcelableArrayList<WebLink>
ParcelableArrayList.ImmutableClassExceptionParcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<WebLinkList> |
CREATOR
Implements the
Parcelable interface. |
modCountCONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
WebLinkList(Collection<WebLink> source) |
WebLinkList(Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
protected Parcelable.Creator<WebLink> |
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, writeToParcelclone, contains, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, replaceAll, size, sort, spliterator, subList, toArray, toArrayequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static final Parcelable.Creator<WebLinkList> CREATOR
Parcelable interface.public WebLinkList(Parcel in)
in - the parcel to read from.public WebLinkList(Collection<WebLink> source)
source - the source collection to copy from.protected Parcelable.Creator<WebLink> getCreator()
ParcelableArrayListgetCreator in class ParcelableArrayList<WebLink>