public abstract class OMAbstractIterator extends Object implements Iterator
OMAbstractIterator(OMNode firstNode)
protected abstract OMNode
getNextNode(OMNode currentNode)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OMAbstractIterator(OMNode firstNode)
protected abstract OMNode getNextNode(OMNode currentNode)
currentNode
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.