Uses of Interface
au.id.pbw.hyfo.hyph.TernaryTree

Packages that use TernaryTree
au.id.pbw.hyfo.hyph The main package of HyFo
 

Uses of TernaryTree in au.id.pbw.hyfo.hyph
 

Classes in au.id.pbw.hyfo.hyph that implement TernaryTree
 class BigTernaryTree
          A TernaryTree whose node count may exceed Short.MAX_VALUE.
 class ShortTernaryTree
           
 

Fields in au.id.pbw.hyfo.hyph declared as TernaryTree
protected  TernaryTree HyphenationTreeBuilder.exceptions
          The set of exceptions for this tree.
protected  TernaryTree HyphenationTreeBuilder.patterns
          The set of patterns for this tree.
 

Methods in au.id.pbw.hyfo.hyph that return TernaryTree
protected  TernaryTree HyphenationTreeBuilder.build_tree(Map<String,HyphenBreak[]> map, HyphenDataCache data_cache)
          Builds and returns a TernaryTree mapping string keys to arrays of HyphenBreaks.
 

Methods in au.id.pbw.hyfo.hyph with parameters of type TernaryTree
 void HyphenationTree.dump_ternary_tree(TernaryTree tree, HyphenDataCache data_cache, PrintStream stream)
          Formats and dumps the contents of the nominated tree to the nominated PrintStream.
 

Constructors in au.id.pbw.hyfo.hyph with parameters of type TernaryTree
HyphenationTree(Alphabet alphabet, TernaryTree exceptions, HyphenDataCache exception_data, TernaryTree patterns, HyphenDataCache pattern_data)
          Creates a new instance of HyphenationTree, from a set of components which have been constructed by processing a hyphenation pattern file.
 



Copyright © 2005-2006 Peter B. West.