Type Reason Java.Lang.UnsupportedOperationException if removing is not supported by the list being iterated. Java.Lang.IllegalStateException if next or previous have not been called, or remove or add have already been called after the last call to next or previous.
Removes the last object returned by next or previous from the list.