Uses of Class
org.passay.dictionary.TernaryTree
-
Packages that use TernaryTree Package Description org.passay.dictionary -
-
Uses of TernaryTree in org.passay.dictionary
Fields in org.passay.dictionary declared as TernaryTree Modifier and Type Field Description protected TernaryTree
TernaryTreeDictionary. tree
Ternary tree used for searching.Methods in org.passay.dictionary that return TernaryTree Modifier and Type Method Description TernaryTree
TernaryTreeDictionary. getTernaryTree()
Returns the underlying ternary tree used by this dictionary.Constructors in org.passay.dictionary with parameters of type TernaryTree Constructor Description TernaryTreeDictionary(TernaryTree tt)
Creates a dictionary that uses the supplied ternary tree for dictionary searches.
-