|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventCursor
Functional cursor in a stream of trace events. You'd probably implement this as a Zipper.
Nested Class Summary | |
---|---|
static class |
EventCursor.EndOfStream
|
Method Summary | |
---|---|
EventCursor |
backward()
Return a cursor to the previous event in the stream. |
Event |
current()
Return the current event in the stream. |
EventCursor |
forward()
Return a cursor to the next event in the stream. |
Method Detail |
---|
Event current()
EventCursor forward() throws EventCursor.EndOfStream
EventCursor.EndOfStream
EventCursor backward() throws EventCursor.EndOfStream
EventCursor.EndOfStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |