moveNext

abstract fun moveNext()

Moves the EventIterator to the next event, without allocations.

You should check that hasNext returns true before calling this method.