Uses of Class
org.apache.commons.codec.language.bm.Rule

Packages that use Rule
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
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.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.