IPrimitiveIteratorOfLong.NextLong メソッド

定義

イテレーション内の次 long の要素を返します。

[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

戻り値

イテレーション内の次 long の要素

属性

注釈

イテレーション内の次 long の要素を返します。

java.util.PrimitiveIterator.OfLong.nextLong()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象