hasPrevious abstract method
Returns true if this list iterator has more elements when
traversing the list in the reverse direction. (In other words,
returns true if previous would return an element
rather than throwing an exception.)
@return true if the list iterator has more elements when
traversing the list in the reverse direction
Implementation
bool hasPrevious();