RuleBasedCollator.GetCollationElementIterator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- source
- UCharacterIterator
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.
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
- source
- ICharacterIterator
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.
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.
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.