RuleBasedCollator.GetCollationElementIterator Method

Definition

Overloads

GetCollationElementIterator(UCharacterIterator)
GetCollationElementIterator(ICharacterIterator)
GetCollationElementIterator(String)

GetCollationElementIterator(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

CollationElementIterator
Attributes

Remarks

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)

[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

CollationElementIterator
Attributes

Remarks

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)

[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

CollationElementIterator
Attributes

Remarks

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