[Android.Runtime.Register("java/text/CharacterIterator", "", "Java.Text.ICharacterIteratorInvoker")] public interface ICharacterIterator : Java.Lang.ICloneable, IDisposable
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.