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.

Source

/**
 * 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.
 */
bool movePrevious();