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

Packages that use Rule.Phoneme
org.apache.commons.codec.language.bm Implementation details of the Beider-Morse codec. 
 

Uses of Rule.Phoneme in org.apache.commons.codec.language.bm
 

Fields in org.apache.commons.codec.language.bm with type parameters of type Rule.Phoneme
static Comparator<Rule.Phoneme> Rule.Phoneme.COMPARATOR
           
 

Methods in org.apache.commons.codec.language.bm that return Rule.Phoneme
 Rule.Phoneme Rule.Phoneme.append(CharSequence str)
           
 Rule.Phoneme Rule.Phoneme.join(Rule.Phoneme right)
           
 

Methods in org.apache.commons.codec.language.bm that return types with arguments of type Rule.Phoneme
 Iterable<Rule.Phoneme> Rule.Phoneme.getPhonemes()
           
 Iterable<Rule.Phoneme> Rule.PhonemeExpr.getPhonemes()
           
 List<Rule.Phoneme> Rule.PhonemeList.getPhonemes()
           
 

Methods in org.apache.commons.codec.language.bm with parameters of type Rule.Phoneme
 Rule.Phoneme Rule.Phoneme.join(Rule.Phoneme right)
           
 

Constructor parameters in org.apache.commons.codec.language.bm with type arguments of type Rule.Phoneme
Rule.PhonemeList(List<Rule.Phoneme> phonemes)
           
 



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