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
    void remove()
    Remove current element.

    Methods inherited from class com.altova.automation.libs.COMIDispatchConstIterator

    hasNext, next

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Iterator

    forEachRemaining