Java.Text.RuleBasedCollator.GetCollationElementIterator Method
Obtains a CollationElementIterator for the given CharacterIterator.

Syntax

[Android.Runtime.Register("getCollationElementIterator", "(Ljava/text/CharacterIterator;)Ljava/text/CollationElementIterator;", "GetGetCollationElementIterator_Ljava_text_CharacterIterator_Handler")]
public virtual CollationElementIterator GetCollationElementIterator (ICharacterIterator source)

Parameters

source
the source character iterator.

Returns

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1