Partager via


RuleBasedCollator.GetCollationElementIterator Method

Definition

Overloads

GetCollationElementIterator(UCharacterIterator)

Return a CollationElementIterator for the given UCharacterIterator.

GetCollationElementIterator(ICharacterIterator)

Return a CollationElementIterator for the given CharacterIterator.

GetCollationElementIterator(String)

Return a CollationElementIterator for the given String.

GetCollationElementIterator(UCharacterIterator)

Return a CollationElementIterator for the given UCharacterIterator.

[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

Parameters

Returns

Attributes

Remarks

Return a CollationElementIterator for the given UCharacterIterator. The source iterator's integrity will be preserved since a new copy will be created for use.

Java documentation for android.icu.text.RuleBasedCollator.getCollationElementIterator(android.icu.text.UCharacterIterator).

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

GetCollationElementIterator(ICharacterIterator)

Return a CollationElementIterator for the given CharacterIterator.

[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

Parameters

Returns

Attributes

Remarks

Return a CollationElementIterator for the given CharacterIterator. The source iterator's integrity will be preserved since a new copy will be created for use.

Java documentation for android.icu.text.RuleBasedCollator.getCollationElementIterator(java.text.CharacterIterator).

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

GetCollationElementIterator(String)

Return a CollationElementIterator for the given String.

[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

Parameters

source
String

Returns

Attributes

Remarks

Return a CollationElementIterator for the given String.

Java documentation for android.icu.text.RuleBasedCollator.getCollationElementIterator(java.lang.String).

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