Uses of Class
edu.vt.middleware.dictionary.TernaryTree

Packages that use TernaryTree
edu.vt.middleware.dictionary   
 

Uses of TernaryTree in edu.vt.middleware.dictionary
 

Fields in edu.vt.middleware.dictionary declared as TernaryTree
protected  TernaryTree TernaryTreeDictionary.tree
          Ternary tree used for searching.
 

Methods in edu.vt.middleware.dictionary that return TernaryTree
 TernaryTree TernaryTreeDictionary.getTernaryTree()
          Returns the underlying ternary tree used by this dictionary.
 

Constructors in edu.vt.middleware.dictionary with parameters of type TernaryTree
TernaryTreeDictionary(TernaryTree tt)
          Creates a dictionary that uses the given ternary tree for dictionary searches.
 



Copyright © 2003-2010 Virginia Tech. All Rights Reserved.