public abstract class OMAbstractIterator extends Object implements Iterator
Constructor and Description |
---|
OMAbstractIterator(OMSerializable firstNode) |
Modifier and Type | Method and Description |
---|---|
protected abstract OMSerializable |
getNextNode(OMSerializable currentNode)
Get the next node.
|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public OMAbstractIterator(OMSerializable firstNode)
protected abstract OMSerializable getNextNode(OMSerializable currentNode)
currentNode
- the predecessor of the node to retrieveCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.