Returns the index of the element that would be returned by a subsequent call to previous.
Returns the index of the element that would be returned by a subsequent call to previous.Returns -1 if the list iterator is at the beginning of the list.
This method has a time complexity of O(1).