Uses of Class
org.passay.dictionary.TernaryTree
Packages that use TernaryTree
-
Uses of TernaryTree in org.passay.dictionary
Fields in org.passay.dictionary declared as TernaryTreeModifier and TypeFieldDescriptionprotected final TernaryTreeTernaryTreeDictionary.treeTernary tree used for searching.Methods in org.passay.dictionary that return TernaryTreeModifier and TypeMethodDescriptionTernaryTreeDictionary.getTernaryTree()Returns the underlying ternary tree used by this dictionary.Constructors in org.passay.dictionary with parameters of type TernaryTreeModifierConstructorDescriptionCreates a dictionary that uses the supplied ternary tree for dictionary searches.