Removes from the underlying collection the last element returned by this iterator.
Exceptions
IllegalStateException
- if neither
next
nor
previous
has not been called yet,
or the most recent
next
or
previous
call has already been followed by a
remove
or
add
call.