Uses of Interface
de.dante.extex.language.ModifiableLanguage

Packages that use ModifiableLanguage
de.dante.extex.language.hyphenation.base This package contains a implementation for an hyphenation engine. 
de.dante.extex.language.hyphenation.liang This package contains a implementation for an hyphenation engine. 
 

Uses of ModifiableLanguage in de.dante.extex.language.hyphenation.base
 

Classes in de.dante.extex.language.hyphenation.base that implement ModifiableLanguage
 class BaseHyphenationTable
          This class stores the values for hyphenations and hyphenates words.
 

Uses of ModifiableLanguage in de.dante.extex.language.hyphenation.liang
 

Classes in de.dante.extex.language.hyphenation.liang that implement ModifiableLanguage
 class CompressedLiangsHyphenationTable
          This class implements Liang's algorithm for hyphenation with a compressed hyphenation tree.
 class LiangsHyphenationTable
          This class stores the values for hyphenations and hyphenates words.