Modifier and Type | Field and Description |
---|---|
private int |
codeLength |
private boolean |
encodeFirst |
private char[] |
map |
protected static String |
MAP_6 |
protected static String |
MAP_9 |
private int |
padLength |
Constructor and Description |
---|
Soundex() |
Soundex(boolean encodeFirst,
int codeLength,
int padLength,
String map) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
private char |
map(char c) |
String |
toFuzzy(String s) |
protected static final String MAP_6
protected static final String MAP_9
private final boolean encodeFirst
private final int codeLength
private final int padLength
private final char[] map
public Soundex()
Copyright © 2017 dcm4che.org. All rights reserved.