Java.Text.IAttributedCharacterIterator
Extends the Java.Text.CharacterIterator interface, adding support for iterating over attributes and not only characters.

See Also: IAttributedCharacterIterator Members

Syntax

[Android.Runtime.Register("java/text/AttributedCharacterIterator", "", "Java.Text.IAttributedCharacterIteratorInvoker")]
public interface IAttributedCharacterIterator : ICharacterIterator, IDisposable

Remarks

Extends the Java.Text.CharacterIterator interface, adding support for iterating over attributes and not only characters. An AttributedCharacterIterator also allows the user to find runs and their limits. Runs are defined as ranges of characters that all have the same attributes with the same values.

[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