CollationElementIterator.SetText Method

Definition

Overloads

SetText(ICharacterIterator)

Set a new string over which to iterate.

SetText(String)

Set a new string over which to iterate.

SetText(ICharacterIterator)

Set a new string over which to iterate.

[Android.Runtime.Register("setText", "(Ljava/text/CharacterIterator;)V", "")]
public void SetText (Java.Text.ICharacterIterator? source);
[<Android.Runtime.Register("setText", "(Ljava/text/CharacterIterator;)V", "")>]
member this.SetText : Java.Text.ICharacterIterator -> unit

Parameters

source
ICharacterIterator

the new source text.

Attributes

Remarks

Set a new string over which to iterate.

Added in 1.2.

Java documentation for java.text.CollationElementIterator.setText(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

SetText(String)

Set a new string over which to iterate.

[Android.Runtime.Register("setText", "(Ljava/lang/String;)V", "")]
public void SetText (string? source);
[<Android.Runtime.Register("setText", "(Ljava/lang/String;)V", "")>]
member this.SetText : string -> unit

Parameters

source
String

the new source text

Attributes

Remarks

Set a new string over which to iterate.

Added in 1.2.

Java documentation for java.text.CollationElementIterator.setText(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