Replaces in the underlying list the last element returned by next or previous with the specified element.
Replaces in the underlying list the last element returned by next or previous with the specified element.This call can be made only if neither pblIteratorRemove() nor pblIteratorAdd() have been called after the last call to next or previous.
This method has a time complexity of O(1).