com.generationjava.util
Class Soundex

java.lang.Object
  extended by com.generationjava.util.Soundex

public class Soundex
extends java.lang.Object


Field Summary
static Soundex US_ENGLISH
           
static char[] US_ENGLISH_MAPPING
           
 
Constructor Summary
Soundex()
           
Soundex(char[] mapping)
           
 
Method Summary
 java.lang.String soundex(java.lang.String str)
          Get the SoundEx value of a string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

US_ENGLISH_MAPPING

public static final char[] US_ENGLISH_MAPPING

US_ENGLISH

public static final Soundex US_ENGLISH
Constructor Detail

Soundex

public Soundex()

Soundex

public Soundex(char[] mapping)
Method Detail

soundex

public java.lang.String soundex(java.lang.String str)
Get the SoundEx value of a string. This implementation is taken from the code-snippers on http://www.sourceforge.net/