Java.Util.IIterator.Remove Method
Removes the last object returned by next from the collection.

Syntax

[Android.Runtime.Register("remove", "()V", "GetRemoveHandler:Java.Util.IIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Remove ()

Exceptions

TypeReason
Java.Lang.UnsupportedOperationExceptionif removing is not supported by the collection being iterated.
Java.Lang.IllegalStateExceptionif next has not been called, or remove has already been called after the last call to next.

Remarks

Removes the last object returned by next from the collection. This method can only be called once between each call to next.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1