@Deprecated public abstract class NodeIterator extends Object implements Iterator
Constructor and Description |
---|
NodeIterator(Iterator iter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
getNextNode(Iterator iter)
Deprecated.
|
boolean |
hasNext()
Deprecated.
|
Object |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public NodeIterator(Iterator iter)