org.broadleafcommerce.vendor.cybersource.service.message
Class AutoNumberMemberIdList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<CyberSourceItemRequest>
              extended by org.broadleafcommerce.vendor.cybersource.service.message.AutoNumberMemberIdList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<CyberSourceItemRequest>, Collection<CyberSourceItemRequest>, List<CyberSourceItemRequest>, RandomAccess

public class AutoNumberMemberIdList
extends ArrayList<CyberSourceItemRequest>

Author:
jfischer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AutoNumberMemberIdList()
           
 
Method Summary
 boolean add(CyberSourceItemRequest o)
           
 void add(int index, CyberSourceItemRequest element)
           
 boolean addAll(Collection<? extends CyberSourceItemRequest> c)
           
 boolean addAll(int index, Collection<? extends CyberSourceItemRequest> c)
           
 
Methods inherited from class java.util.ArrayList
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

AutoNumberMemberIdList

public AutoNumberMemberIdList()
Method Detail

add

public boolean add(CyberSourceItemRequest o)
Specified by:
add in interface Collection<CyberSourceItemRequest>
Specified by:
add in interface List<CyberSourceItemRequest>
Overrides:
add in class ArrayList<CyberSourceItemRequest>

add

public void add(int index,
                CyberSourceItemRequest element)
Specified by:
add in interface List<CyberSourceItemRequest>
Overrides:
add in class ArrayList<CyberSourceItemRequest>

addAll

public boolean addAll(Collection<? extends CyberSourceItemRequest> c)
Specified by:
addAll in interface Collection<CyberSourceItemRequest>
Specified by:
addAll in interface List<CyberSourceItemRequest>
Overrides:
addAll in class ArrayList<CyberSourceItemRequest>

addAll

public boolean addAll(int index,
                      Collection<? extends CyberSourceItemRequest> c)
Specified by:
addAll in interface List<CyberSourceItemRequest>
Overrides:
addAll in class ArrayList<CyberSourceItemRequest>


Copyright © 2012. All Rights Reserved.