movePrevious
Moves backward bypassing previous element or throws NoFollowingElementInIteratorException if there is no previous element.
The previously previous element becomes the next element. And the element before it becomes the previous element.
Throws
when there is no previous element.