Uses of Interface
com.ibm.icu.text.UForwardCharacterIterator
-
Packages that use UForwardCharacterIterator Package Description com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of UForwardCharacterIterator in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement UForwardCharacterIterator Modifier and Type Class Description class
CharacterIteratorWrapper
This class is a wrapper around CharacterIterator and implements the UCharacterIterator protocolclass
ReplaceableUCharacterIterator
DLF docs must define behavior when Replaceable is mutated underneath the iterator.class
UCharArrayIterator
-
Uses of UForwardCharacterIterator in com.ibm.icu.text
Classes in com.ibm.icu.text that implement UForwardCharacterIterator Modifier and Type Class Description class
UCharacterIterator
Abstract class that defines an API for iteration on text objects.This is an interface for forward and backward iteration and random access into a text object.
-