Constructor and Description |
---|
NodeCursorIterator(int stream,
java.util.Iterator<Node> nodeIterator)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Cursor |
next() |
void |
remove() |
public NodeCursorIterator(int stream, java.util.Iterator<Node> nodeIterator)
stream
- is the stream that the events in the Node belong tonodeIterator
- is the iterator over all nodes to position over