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

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

Introduction

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

The text is from its open source code.

Constructor

DaitchMokotoffSoundex()
Creates a new instance with ASCII-folding enabled.

Method

Objectencode(final Object obj)
Encodes an Object using the Daitch-Mokotoff soundex algorithm without branching.
Stringencode(final String source)
Encodes a String using the Daitch-Mokotoff soundex algorithm without branching.