public interface TextProcessor
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
process(CharSequence source)
Process the text.
|
String |
process(String source)
Process the text
|
StringBuffer |
process(StringBuffer source)
Process the text
|
StringBuilder |
process(StringBuilder source)
Process the text
|
CharSequence process(CharSequence source)
source - the source textString process(String source)
source - the source textStringBuilder process(StringBuilder source)
source - the source textStringBuffer process(StringBuffer source)
source - the source textCopyright © 2016. All rights reserved.