Java.Text.CharacterIterator Class
An interface for the bidirectional iteration over a group of characters.

See Also: CharacterIterator Members

Syntax

[Android.Runtime.Register("java/text/CharacterIterator")]
public abstract class CharacterIterator

Remarks

An interface for the bidirectional iteration over a group of characters. The iteration starts at the begin index in the group of characters and continues to one index before the end index.

[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