Uses of Class
org.apache.commons.codec.language.bm.Rule
Packages that use Rule Package Description org.apache.commons.codec.language.bm Implementation details of the Beider-Morse codec.Uses of Rule in org.apache.commons.codec.language.bm
Methods in org.apache.commons.codec.language.bm that return types with arguments of type Rule Modifier and Type Method and Description static List<Rule>
Rule. getInstance(NameType nameType, RuleType rt, Languages.LanguageSet langs)
Gets rules for a combination of name type, rule type and languages.static List<Rule>
Rule. getInstance(NameType nameType, RuleType rt, String lang)
Gets rules for a combination of name type, rule type and a single language.static Map<String,List<Rule>>
Rule. getInstanceMap(NameType nameType, RuleType rt, Languages.LanguageSet langs)
Gets rules for a combination of name type, rule type and languages.static Map<String,List<Rule>>
Rule. getInstanceMap(NameType nameType, RuleType rt, String lang)
Gets rules for a combination of name type, rule type and a single language.
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.