Package com.altova.automation.libs
Class COMIDispatchIterator<LIST extends COMIDispatchList<ELEMENT>,ELEMENT>
java.lang.Object
com.altova.automation.libs.COMIDispatchConstIterator<LIST,ELEMENT>
com.altova.automation.libs.COMIDispatchIterator<LIST,ELEMENT>
- All Implemented Interfaces:
java.util.Iterator<ELEMENT>
public class COMIDispatchIterator<LIST extends COMIDispatchList<ELEMENT>,ELEMENT> extends COMIDispatchConstIterator<LIST,ELEMENT>
Common implementation for all iterators using standard COM iteration.
Derive from this template and return as iterator.
-
Constructor Summary
Constructors Constructor Description COMIDispatchIterator(LIST list)Create new iterator and set it to the first element (index 1). -
Method Summary
Modifier and Type Method Description voidremove()Remove current element.
-
Constructor Details
-
COMIDispatchIterator
Create new iterator and set it to the first element (index 1).- Parameters:
list- list to iterate through
-
-
Method Details
-
remove
public void remove()Remove current element.- Specified by:
removein interfacejava.util.Iterator<LIST extends COMIDispatchList<ELEMENT>>- Overrides:
removein classCOMIDispatchConstIterator<LIST extends COMIDispatchList<ELEMENT>,ELEMENT>
-