PathIterator.IIterator.Next Method

Definition

Returns the next element in the iteration.

Java.Lang.Object? IIterator.Next();
abstract member Java.Util.IIterator.Next : unit -> Java.Lang.Object
override this.Java.Util.IIterator.Next : unit -> Java.Lang.Object

Returns

The next element in the iteration.

Implements

Exceptions

If there are no more elements.

Remarks

Returns the next element in the iteration.

Java documentation for java.util.Iterator.next().

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.

Applies to