|
CS 1705 Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface StringNormalizer.NormalizerRule
This interface defines what it means to be a normalizer rule: an
object having an appropriate normalize(String) method.
| Method Summary | |
|---|---|
String |
normalize(String content)
Apply this rule by normalizing the given string. |
| Method Detail |
|---|
String normalize(String content)
content - The string to normalize
|
Last updated: Wed, Apr 1, 2009 12:29 AM EDT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||