Interface Transform<S,D>
- All Known Subinterfaces:
StringTransform
- All Known Implementing Classes:
RuleBasedTransliterator,Transliterator,UnicodeRegex
public interface Transform<S,D>
Provide an interface for Transforms that focuses just on the transformation of the text.
APIs that take Transliterator or StringTransform, but only depend on the transformation should use this interface in the API instead.
-
Method Summary
-
Method Details
-
transform
-