TextUtils.SimpleStringSplitter.IIterator.Next Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
Returns the next element in the iteration.
Java reference for java.util.Iterator.next.