public abstract class DomXmlNodeIterator<T extends SpinXmlNode> extends Object implements Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
| Constructor and Description |
|---|
DomXmlNodeIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
getCurrent() |
protected abstract int |
getLength() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<T extends SpinXmlNode>public T next()
next in interface Iterator<T extends SpinXmlNode>public void remove()
remove in interface Iterator<T extends SpinXmlNode>protected abstract int getLength()
protected abstract T getCurrent()
Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.