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