AbstractList.ListIterator Method

Definition

Overloads

ListIterator()

To be added

ListIterator(Int32)

To be added

ListIterator()

To be added

[Android.Runtime.Register("listIterator", "()Ljava/util/ListIterator;", "GetListIteratorHandler")]
public virtual Java.Util.IListIterator ListIterator ();
[<Android.Runtime.Register("listIterator", "()Ljava/util/ListIterator;", "GetListIteratorHandler")>]
abstract member ListIterator : unit -> Java.Util.IListIterator
override this.ListIterator : unit -> Java.Util.IListIterator

Returns

Implements

Attributes

Remarks

To be added

Java documentation for java.util.AbstractList.listIterator().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

See also

Applies to

ListIterator(Int32)

To be added

[Android.Runtime.Register("listIterator", "(I)Ljava/util/ListIterator;", "GetListIterator_IHandler")]
public virtual Java.Util.IListIterator ListIterator (int index);
[<Android.Runtime.Register("listIterator", "(I)Ljava/util/ListIterator;", "GetListIterator_IHandler")>]
abstract member ListIterator : int -> Java.Util.IListIterator
override this.ListIterator : int -> Java.Util.IListIterator

Parameters

index
Int32

Returns

Implements

Attributes

Exceptions

if location size()

Remarks

To be added

Java documentation for java.util.AbstractList.listIterator(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

See also

Applies to