Java.Util.Concurrent.CopyOnWriteArrayList.Iterator Method
Returns an Java.Util.IIterator that iterates over the elements of this list as they were at the time of this method call.

Syntax

[Android.Runtime.Register("iterator", "()Ljava/util/Iterator;", "GetIteratorHandler")]
public virtual Java.Util.IIterator Iterator ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an Java.Util.IIterator that iterates over the elements of this list as they were at the time of this method call. Changes to the list made after this method call will not be reflected by the iterator, nor will they trigger a Java.Util.ConcurrentModificationException.

The returned iterator does not support Java.Util.IIterator.Remove.

[Android Documentation]

Requirements

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