Uses of Class
org.apache.commons.codec.language.bm.Rule
Package
Description
Implementation details of the Beider-Morse codec.
-
Uses of Rule in org.apache.commons.codec.language.bm
Modifier and TypeMethodDescriptionRule.getInstance
(NameType nameType, RuleType rt, String lang) Gets rules for a combination of name type, rule type and a single language.Rule.getInstance
(NameType nameType, RuleType rt, Languages.LanguageSet langs) Gets rules for a combination of name type, rule type and languages.Rule.getInstanceMap
(NameType nameType, RuleType rt, String lang) Gets rules for a combination of name type, rule type and a single language.Rule.getInstanceMap
(NameType nameType, RuleType rt, Languages.LanguageSet langs) Gets rules for a combination of name type, rule type and languages.