|
4A Server -
2.0
|

Files | |
| file | CompareMethod.java [code] |
| Generic abstract class for compare methods. | |
| file | ExactMethod.java [code] |
| Exact compare method. | |
| file | LevenshteinMethod.java [code] |
| Compare class using Levenshtein approximate string matching method. | |
| file | MetaphoneMethod.java [code] |
| Compare class using Metaphone approximate string matching method. | |
| file | SoundexMethod.java [code] |
| Compare class using Soundex approximate string matching method. | |