moveNext

abstract fun moveNext()(source)

Moves forward bypassing next element or throws NoFollowingElementInIteratorException if there is no next element.

The previously next element becomes the previous element. And the element after it becomes the next element.

Throws

when there is no next element.