com.mirth.match.ejb.inex
Class ArrayList

java.lang.Object
  extended by com.mirth.match.ejb.inex.AbstractCollection
      extended by com.mirth.match.ejb.inex.AbstractList
          extended by com.mirth.match.ejb.inex.ArrayList

public class ArrayList
extends AbstractList

Java class for arrayList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="arrayList">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}abstractList">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ArrayList()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayList

public ArrayList()


Copyright © 2011 Mirth Corp. All Rights Reserved.