EventIterator, PullEventpublic class EmptyEventIterator extends java.lang.Object implements EventIterator
| Constructor | Description |
|---|---|
EmptyEventIterator() |
| Modifier and Type | Method | Description |
|---|---|---|
static EmptyEventIterator |
getInstance() |
Get the singular instance of this class
|
boolean |
isFlatSequence() |
Determine whether the EventIterator returns a flat sequence of events, or whether it can return
nested event iterators
|
PullEvent |
next() |
Get the next event in the sequence
|
public static EmptyEventIterator getInstance()
public PullEvent next()
next in interface EventIteratorpublic boolean isFlatSequence()
isFlatSequence in interface EventIterator