UnicodeSetIterator.CodepointEnd プロパティ

定義

nextRange()を使用して範囲を反復処理する場合、codepointEndcodepoint != IS_STRING場合、反復範囲の包括的な終了が含まれます。

[Android.Runtime.Register("codepointEnd", ApiSince=24)]
public int CodepointEnd { get; set; }
[<Android.Runtime.Register("codepointEnd", ApiSince=24)>]
member this.CodepointEnd : int with get, set

プロパティ値

属性

注釈

nextRange()を使用して範囲を反復処理する場合、codepointEndcodepoint != IS_STRING場合、反復範囲の包括的な終了が含まれます。 next()を使用してコード ポイントを反復処理する場合、またはcodepoint == IS_STRING場合、codepointEndの値は未定義になります。

Javaドキュメント。

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

適用対象