public interface EventListenerIterator extends RangeIterator
EventListener
s
with nextEventListener
as well as a skip
method inherited from
RangeIterator
.Modifier and Type | Method and Description |
---|---|
EventListener |
nextEventListener()
Returns the next
EventListener in the iteration. |
getPosition, getSize, skip
EventListener nextEventListener()
EventListener
in the iteration.EventListener
in the iteration.java.util.NoSuchElementException
- if iteration has no more EventListener
s.