@LevelUpApi(contract=PUBLIC) public final class OrdersList extends ParcelableArrayList<Order>
Orders.ParcelableArrayList.ImmutableClassExceptionParcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<OrdersList> |
CREATOR
Implements the
Parcelable interface. |
modCountCONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
OrdersList()
Creates a new, empty list.
|
OrdersList(Collection<Order> orders)
Creates a list with a copy of the given collection.
|
OrdersList(Parcel in)
Parcelable constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Parcelable.Creator<Order> |
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<OrdersList> CREATOR
Parcelable interface.public OrdersList()
public OrdersList(Collection<Order> orders)
orders - source list.public OrdersList(Parcel in)
in - source parcel.protected Parcelable.Creator<Order> getCreator()
ParcelableArrayListgetCreator in class ParcelableArrayList<Order>