Uses of Class
org.apache.commons.codec.language.DaitchMokotoffSoundex.Rule
Packages that use DaitchMokotoffSoundex.Rule
-
Uses of DaitchMokotoffSoundex.Rule in org.apache.commons.codec.language
Fields in org.apache.commons.codec.language with type parameters of type DaitchMokotoffSoundex.RuleModifier and TypeFieldDescriptionprivate static final Map
<Character, List<DaitchMokotoffSoundex.Rule>> DaitchMokotoffSoundex.RULES
Transformation rules indexed by the first character of their pattern.Method parameters in org.apache.commons.codec.language with type arguments of type DaitchMokotoffSoundex.RuleModifier and TypeMethodDescriptionprivate static void
DaitchMokotoffSoundex.parseRules
(Scanner scanner, String location, Map<Character, List<DaitchMokotoffSoundex.Rule>> ruleMapping, Map<Character, Character> asciiFoldings)