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

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

Introduction

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

The text is from its open source code.

Constructor

Metaphone()
Creates an instance of the Metaphone encoder

Method

Objectencode(Object pObject)
Encodes an Object using the metaphone algorithm.
Stringencode(String pString)
Encodes a String using the Metaphone algorithm.
booleanisMetaphoneEqual(String str1, String str2)
Tests is the metaphones of two strings are identical.