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

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

Introduction

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

The text is from its open source code.

Constructor

DoubleMetaphone()
Creates an instance of this DoubleMetaphone encoder

Method

Objectencode(Object obj)
Encode the value using DoubleMetaphone.
Stringencode(String value)
Encode the value using DoubleMetaphone.
intgetMaxCodeLen()
Returns the maxCodeLen.
voidsetMaxCodeLen(int maxCodeLen)
Sets the maxCodeLen.