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