[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.