|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.rep.NodeCursorIterator
public class NodeCursorIterator
Iterator over a set of nodes supplying node and event-within-node position information in a Cursor
.
Constructor Summary | |
---|---|
NodeCursorIterator(int stream,
java.util.Iterator<Node> nodeIterator)
Ctor. |
Method Summary | |
---|---|
boolean |
hasNext()
|
Cursor |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 overMethod Detail |
---|
public Cursor next()
next
in interface java.util.Iterator<Cursor>
public boolean hasNext()
hasNext
in interface java.util.Iterator<Cursor>
public void remove()
remove
in interface java.util.Iterator<Cursor>
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |