org.dcm4che2.soundex
Class ESoundex2

java.lang.Object
  extended by org.dcm4che2.soundex.ESoundex2
All Implemented Interfaces:
FuzzyStr

public class ESoundex2
extends java.lang.Object
implements FuzzyStr


Constructor Summary
ESoundex2()
           
ESoundex2(boolean encodeFirst, int codeLength, int padLength)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 java.lang.String toFuzzy(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ESoundex2

public ESoundex2()

ESoundex2

public ESoundex2(boolean encodeFirst,
                 int codeLength,
                 int padLength)
Method Detail

toFuzzy

public java.lang.String toFuzzy(java.lang.String s)
Specified by:
toFuzzy in interface FuzzyStr

main

public static void main(java.lang.String[] args)


Copyright © 2011 dcm4che. All Rights Reserved.