| Interface Summary | |
|---|---|
| PatternConsumer | This interface is used to connect the XML pattern file parser to the hyphenation tree. |
| Class Summary | |
|---|---|
| ByteVector | This class implements a simple byte vector with access to the underlying array. |
| CharVector | This class implements a simple char vector with access to the underlying array. |
| Hyphen | This class represents a hyphen. |
| Hyphenation | This class represents a hyphenated word. |
| HyphenationException | |
| HyphenationTree | This tree structure stores the hyphenation patterns in an efficient way for fast lookup. |
| Hyphenator | This class is the main entry point to the hyphenation package. |
| SimplePatternParser | Parses the xml hyphenation pattern. |
| TernaryTree |
Ternary Search Tree.A ternary search tree is a hybrid between a binary tree and a digital search tree (trie). |
| TernaryTree.Iterator | |
| TernaryTree.Iterator.Item | |