RuleBasedCollator.GetCollationElementIterator メソッド

定義

オーバーロード

名前 説明
GetCollationElementIterator(UCharacterIterator)

指定された UCharacterIterator の CollationElementIterator を返します。

GetCollationElementIterator(ICharacterIterator)

指定された CharacterIterator の CollationElementIterator を返します。

GetCollationElementIterator(String)

指定された文字列の CollationElementIterator を返します。

GetCollationElementIterator(UCharacterIterator)

指定された UCharacterIterator の CollationElementIterator を返します。

[Android.Runtime.Register("getCollationElementIterator", "(Landroid/icu/text/UCharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)]
public Android.Icu.Text.CollationElementIterator? GetCollationElementIterator(Android.Icu.Text.UCharacterIterator? source);
[<Android.Runtime.Register("getCollationElementIterator", "(Landroid/icu/text/UCharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)>]
member this.GetCollationElementIterator : Android.Icu.Text.UCharacterIterator -> Android.Icu.Text.CollationElementIterator

パラメーター

返品

属性

注釈

指定された UCharacterIterator の CollationElementIterator を返します。 新しいコピーが作成されて使用されるため、ソース反復子の整合性は保持されます。

Javaドキュメント。

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

適用対象

GetCollationElementIterator(ICharacterIterator)

指定された CharacterIterator の CollationElementIterator を返します。

[Android.Runtime.Register("getCollationElementIterator", "(Ljava/text/CharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)]
public Android.Icu.Text.CollationElementIterator? GetCollationElementIterator(Java.Text.ICharacterIterator? source);
[<Android.Runtime.Register("getCollationElementIterator", "(Ljava/text/CharacterIterator;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)>]
member this.GetCollationElementIterator : Java.Text.ICharacterIterator -> Android.Icu.Text.CollationElementIterator

パラメーター

返品

属性

注釈

指定された CharacterIterator の CollationElementIterator を返します。 新しいコピーが作成されて使用されるため、ソース反復子の整合性は保持されます。

Javaドキュメント。

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

適用対象

GetCollationElementIterator(String)

指定された文字列の CollationElementIterator を返します。

[Android.Runtime.Register("getCollationElementIterator", "(Ljava/lang/String;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)]
public Android.Icu.Text.CollationElementIterator? GetCollationElementIterator(string? source);
[<Android.Runtime.Register("getCollationElementIterator", "(Ljava/lang/String;)Landroid/icu/text/CollationElementIterator;", "", ApiSince=24)>]
member this.GetCollationElementIterator : string -> Android.Icu.Text.CollationElementIterator

パラメーター

source
String

返品

属性

注釈

指定された文字列の CollationElementIterator を返します。

Javaドキュメント。

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

適用対象