|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplugin.text.Soundex
public class Soundex
Calculates the SOUNDEX value of a given string.
Attention: Only accepts [a-zA-Z]*
| Constructor Summary | |
|---|---|
Soundex()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
code(java.lang.String in)
Builds SOUNDEX value for incoming string. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Soundex()
| Method Detail |
|---|
public static java.lang.String code(java.lang.String in)
in - the incoming string, [a-zA-Z]*
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||