Returns true if this iterator has more elements when traversing the collection in the reverse direction.
Returns true if this iterator has more elements when traversing the collection in the reverse direction.In other words, returns a value > 0 if pblIteratorPrevious would return an element rather than returning (void*)-1.
This method has a time complexity of O(1).