com.mirth.match.ejb.core
Class AbstractList

java.lang.Object
  extended by com.mirth.match.ejb.core.AbstractCollection
      extended by com.mirth.match.ejb.core.AbstractList
Direct Known Subclasses:
ArrayList

public abstract class AbstractList
extends AbstractCollection

Java class for abstractList complex type.

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

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


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

Constructor Detail

AbstractList

public AbstractList()


Copyright © 2011 Mirth Corp. All Rights Reserved.