Interface EventIterator

All Superinterfaces:
Iterator, RangeIterator
All Known Subinterfaces:
EventJournal
All Known Implementing Classes:
EventIteratorAdapter

public interface EventIterator extends RangeIterator
Allows easy iteration through a list of Events with nextEvent as well as a skip method inherited from RangeIterator.
  • Method Details

    • nextEvent

      Event nextEvent()
      Returns the next Event in the iteration.
      Returns:
      the next Event in the iteration.
      Throws:
      NoSuchElementException - if iteration has no more Events.