IPrimitiveIteratorOfLong.NextLong Method

Definition

Returns the next long element in the iteration.

[Android.Runtime.Register("nextLong", "()J", "GetNextLongHandler:Java.Util.IPrimitiveIteratorOfLongInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public long NextLong ();
[<Android.Runtime.Register("nextLong", "()J", "GetNextLongHandler:Java.Util.IPrimitiveIteratorOfLongInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member NextLong : unit -> int64

Returns

the next long element in the iteration

Attributes

Remarks

Returns the next long element in the iteration.

Java documentation for java.util.PrimitiveIterator.OfLong.nextLong().

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