Removes the Object ID referenced by this iterator as the current element. The element immediately following the removed element becomes the current element for this iterator.
If the specified Object ID is present in the associated container, makes this object the current object referenced by this iterator. If the specified Object ID is not found, the current object referenced by this iterator will be invalid, and done() returns true.