120121122123124125126
* independent of this iterator. * @return java.text.CharacterIterator object * @stable ICU 2.4 */ public CharacterIterator getCharacterIterator(){ return new UCharacterIteratorWrapper(this); }