public interface EventIterator extends RangeIterator
Events with nextEvent as well as a skip method inherited from RangeIterator.| Modifier and Type | Method and Description | 
|---|---|
| Event | nextEvent()Returns the next  Eventin the iteration. | 
getPosition, getSize, skipEvent nextEvent()
Event in the iteration.Event in the iteration.java.util.NoSuchElementException - if iteration has no more Events.