public class AutoNumberMemberIdList extends ArrayList<PayPalItemRequest>
modCount| Constructor and Description |
|---|
AutoNumberMemberIdList() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
PayPalItemRequest element) |
boolean |
add(PayPalItemRequest o) |
boolean |
addAll(Collection<? extends PayPalItemRequest> c) |
boolean |
addAll(int index,
Collection<? extends PayPalItemRequest> c) |
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic boolean add(PayPalItemRequest o)
add in interface Collection<PayPalItemRequest>add in interface List<PayPalItemRequest>add in class ArrayList<PayPalItemRequest>public void add(int index,
PayPalItemRequest element)
add in interface List<PayPalItemRequest>add in class ArrayList<PayPalItemRequest>public boolean addAll(Collection<? extends PayPalItemRequest> c)
addAll in interface Collection<PayPalItemRequest>addAll in interface List<PayPalItemRequest>addAll in class ArrayList<PayPalItemRequest>public boolean addAll(int index,
Collection<? extends PayPalItemRequest> c)
addAll in interface List<PayPalItemRequest>addAll in class ArrayList<PayPalItemRequest>Copyright © 2016. All rights reserved.