![]() |
Quadcap Embeddable Database |
Definition at line 46 of file Soundex.java.
Static Public Member Functions | |
| final String | soundex (String s) |
| final int | difference (String a, String b) |
| void | main (String[] args) |
Static Package Functions | |
| [static initializer] | |
| final char | scode (int c) |
Static Package Attributes | |
| final OctetMap | alpha = new OctetMap('a', 'z') |
| final OctetMap | Alpha = new OctetMap('A', 'Z') |
| final String | sMap = "01230120022455012623010202" |
| String[] | data |
|
|
|
|
||||||||||||
|
Definition at line 86 of file Soundex.java. References com.quadcap.util.text.Soundex.difference(). Referenced by com.quadcap.util.text.Soundex.difference(). |
|
|
Definition at line 102 of file Soundex.java. References com.quadcap.util.text.Soundex.data, and com.quadcap.util.text.Soundex.main(). Referenced by com.quadcap.util.text.Soundex.main(). |
|
|
Definition at line 55 of file Soundex.java. References com.quadcap.util.text.Soundex.alpha, com.quadcap.util.text.OctetMap.has(), com.quadcap.util.text.Soundex.scode(), and com.quadcap.util.text.Soundex.sMap. Referenced by com.quadcap.util.text.Soundex.scode(). |
|
|
Definition at line 63 of file Soundex.java. References com.quadcap.util.text.Soundex.Alpha, com.quadcap.util.text.OctetMap.has(), and com.quadcap.util.text.Soundex.soundex(). Referenced by com.quadcap.util.text.Soundex.soundex(). |
|
|
Definition at line 48 of file Soundex.java. Referenced by com.quadcap.util.text.Soundex.soundex(). |
|
|
Definition at line 47 of file Soundex.java. Referenced by com.quadcap.util.text.Soundex.scode(). |
|
|
Initial value:
Definition at line 97 of file Soundex.java. Referenced by com.quadcap.util.text.Soundex.main(). |
|
|
Definition at line 54 of file Soundex.java. Referenced by com.quadcap.util.text.Soundex.scode(). |