|
Class Summary |
| AbstractWordList |
Provides common operations implementations for word lists. |
| ArrayWordList |
Provides a WordList backed by a string array. |
| FileWordList |
Provides an implementation of a WordList that is backed by a file. |
| TernaryNode |
TernaryNode is an implementation of a node contained in a
ternary tree. |
| TernaryTree |
TernaryTree is an implementation of a ternary tree. |
| TernaryTreeDictionary |
TernaryTreeDictionary provides fast searching for dictionary
words using a ternary tree. |
| WordListDictionary |
WordListDictionary provides fast searching for dictionary words
using a WordList. |
| WordLists |
Utility class for common operations on word lists. |