removePrevious

abstract fun removePrevious()(source)

Removes the previous element if it's present or throws NoFollowingElementInIteratorException if there is no previous element.

Throws

when there is no previous element.