StringTransform
RuleBasedTransliterator
, Transliterator
public interface Transform<S,D>
Modifier and Type | Method | Description |
---|---|---|
D |
transform(S source) |
Transform the input in some way, to be determined by the subclass.
|
Copyright ? 2016 Unicode, Inc. and others.