Uses of Interface
org.extex.language.ModifiableLanguage

Packages that use ModifiableLanguage
org.extex.language.hyphenation.base This package contains the base hyphenation table implementation. 
org.extex.language.hyphenation.liang This package contains a implementation for an hyphenation engine. 
 

Uses of ModifiableLanguage in org.extex.language.hyphenation.base
 

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

Uses of ModifiableLanguage in org.extex.language.hyphenation.liang
 

Classes in org.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.