Java org.apache.commons.codec.language RefinedSoundex fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.codec.language RefinedSoundex fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.codec.language RefinedSoundex.

The text is from its open source code.

Constructor

RefinedSoundex()
Creates an instance of the RefinedSoundex object using the default US English mapping.

Method

intdifference(String s1, String s2)
Returns the number of characters in the two encoded Strings that are the same.
Objectencode(Object pObject)
Encodes an Object using the refined soundex algorithm.
Stringencode(String pString)
Encodes a String using the refined soundex algorithm.