Java.Util.Concurrent.CopyOnWriteArrayList.ListIterator Method
Returns a Java.Util.IListIterator that iterates over the elements of this list as they were at the time of this method call.

Syntax

[Android.Runtime.Register("listIterator", "(I)Ljava/util/ListIterator;", "GetListIterator_IHandler")]
public virtual Java.Util.IListIterator ListIterator (int index)

Parameters

index
the index at which to start the iteration.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Java.Util.IListIterator 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.IListIterator.add(E), Java.Util.IListIterator.set(E) or 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