| Package | Description |
|---|---|
| org.passay.dictionary |
| Modifier and Type | Field and Description |
|---|---|
protected TernaryTree |
TernaryTreeDictionary.tree
Ternary tree used for searching.
|
| Modifier and Type | Method and Description |
|---|---|
TernaryTree |
TernaryTreeDictionary.getTernaryTree()
Returns the underlying ternary tree used by this dictionary.
|
| Constructor and Description |
|---|
TernaryTreeDictionary(TernaryTree tt)
Creates a dictionary that uses the supplied ternary tree for dictionary searches.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.