|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextProcessor
The interface of text processors
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
CharSequence process(CharSequence source)
source - the source text
String process(String source)
source - the source text
StringBuilder process(StringBuilder source)
source - the source text
StringBuffer process(StringBuffer source)
source - the source text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||