IPrimitiveIteratorOfInt.NextInt Method

Definition

Returns the next int element in the iteration.

[Android.Runtime.Register("nextInt", "()I", "GetNextIntHandler:Java.Util.IPrimitiveIteratorOfIntInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public int NextInt ();
[<Android.Runtime.Register("nextInt", "()I", "GetNextIntHandler:Java.Util.IPrimitiveIteratorOfIntInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member NextInt : unit -> int

Returns

the next int element in the iteration

Attributes

Remarks

Returns the next int element in the iteration.

Java documentation for java.util.PrimitiveIterator.OfInt.nextInt().

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