Uses of Class
org.apache.commons.codec.language.bm.Rule.Phoneme
-
Packages that use Rule.Phoneme Package Description 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 Modifier and Type Field Description static java.util.Comparator<Rule.Phoneme>Rule.Phoneme. COMPARATORThe Phoneme Comparator.Methods in org.apache.commons.codec.language.bm that return Rule.Phoneme Modifier and Type Method Description Rule.PhonemeRule.Phoneme. append(java.lang.CharSequence sequence)Appends the sequence to the phone text.Rule.PhonemeRule.Phoneme. join(Rule.Phoneme right)Deprecated.Since 1.9Rule.PhonemeRule.Phoneme. mergeWithLanguage(Languages.LanguageSet lang)Returns a new Phoneme with the same text but a union of its current language set and the given one.Methods in org.apache.commons.codec.language.bm that return types with arguments of type Rule.Phoneme Modifier and Type Method Description java.lang.Iterable<Rule.Phoneme>Rule.Phoneme. getPhonemes()java.lang.Iterable<Rule.Phoneme>Rule.PhonemeExpr. getPhonemes()Gets an iteration of phonemes.java.util.List<Rule.Phoneme>Rule.PhonemeList. getPhonemes()Methods in org.apache.commons.codec.language.bm with parameters of type Rule.Phoneme Modifier and Type Method Description Rule.PhonemeRule.Phoneme. join(Rule.Phoneme right)Deprecated.Since 1.9Constructors in org.apache.commons.codec.language.bm with parameters of type Rule.Phoneme Constructor Description Phoneme(Rule.Phoneme phonemeLeft, Rule.Phoneme phonemeRight)Constructs a new instance.Phoneme(Rule.Phoneme phonemeLeft, Rule.Phoneme phonemeRight, Languages.LanguageSet languages)Constructs a new instance.Constructor parameters in org.apache.commons.codec.language.bm with type arguments of type Rule.Phoneme Constructor Description PhonemeList(java.util.List<Rule.Phoneme> phonemes)Constructs a new instance.
-