@Deprecated public final class Soundex extends Object implements Simplifier
This class is thread-safe and immutable.
Soundex| Constructor and Description |
|---|
Soundex()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
simplify(String input)
Deprecated.
Simplifiers the input string.
|
String |
toString()
Deprecated.
|
public String simplify(String input)
Simplifiersimplify in interface Simplifierinput - string to simplifyCopyright © 2014–2016. All rights reserved.