movePrevious method

bool movePrevious ()

Move back to the previous element.

Returns true and updates current if successful. Returns false and sets current to null if there is no previous element.

Implementation

bool movePrevious();