public class EmptyEventIterator extends java.lang.Object implements EventIterator
?????? |
---|
EmptyEventIterator() |
?????? | ????? |
---|---|
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
???? EventIterator
public boolean isFlatSequence()
isFlatSequence
???? EventIterator