class NodeIterator extends Object implements Iterator<Node>
private Iterator<Node>
it
NodeIterator(Iterator<Node> it)
boolean
hasNext()
Node
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Iterator<Node> it
public boolean hasNext()
hasNext
Iterator<Node>
public Node next()
next
public void remove()
remove