Java.Util.IListIterator.NextIndex Method
Returns the index of the next object in the iteration.

Syntax

[Android.Runtime.Register("nextIndex", "()I", "GetNextIndexHandler:Java.Util.IListIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int NextIndex ()

See Also

IListIterator.Next

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.NoSuchElementExceptionif there are no more elements.

Remarks

Returns the index of the next object in the iteration.

[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