movePrevious

abstract fun movePrevious()

Moves the EventIterator to the previous event, without allocations.

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