Uses of Interface
com.ibm.icu.text.Transform

Packages that use Transform
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 Transform in com.ibm.icu.text
 

Subinterfaces of Transform in com.ibm.icu.text
 interface StringTransform
          Provide a base class for Transforms that focuses just on the transformation of the text.
 

Classes in com.ibm.icu.text that implement Transform
 class RuleBasedTransliterator
          Deprecated. This API is ICU internal only.
 class Transliterator
          Transliterator is an abstract class that transliterates text from one format to another.
 



Copyright (c) 2011 IBM Corporation and others.