public interface StringTransform extends Transform<java.lang.String,java.lang.String>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
transform(java.lang.String source)
Transform the text in some way, to be determined by the subclass.
|
Copyright © 2016 Unicode, Inc. and others.