Uses of Class
au.id.pbw.hyfo.hyph.HyphenationTree

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

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

Methods in au.id.pbw.hyfo.hyph that return HyphenationTree
 HyphenationTree HyphenationTreeCache.add_alias(String alias, String locale)
          Adds the given alias for the given Locale-like string, and returns the HyphenationTree corresponding to the Locale, if one exists.
protected  HyphenationTree HyphenationTreeCache.check_prefix(String locale, String prefix, List<String> not_found_yet)
          Gets the HyphenationTree matched by the the prefix of locale.
static HyphenationTree HyphenationTree.deserialize_tree(String id)
          Deserializes a HyphenationTree, given an id, normally a language or language_country specifier, by which a serialized tree can be identified.
protected  HyphenationTree HyphenationTreeCache.failure(String id, List<String> not_found_yet)
          Adds all of the elements of the argument list to the failed map, and returns null.
 HyphenationTree HyphenationTreeBuilder.get_hyphenation_tree(File resource_file)
          Builds and returns a TernaryTree from the resource file provided.
 HyphenationTree HyphenationTreeCache.get_hyphenation_tree(String locale)
          Gets the HyphenationTree corresponding to the given locale argument, or null if none is found.
protected  HyphenationTree HyphenationTreeCache.success(String locale, String prefix, HyphenationTree tree, List<String> not_found_yet)
          Adds the prefix, mapped to locale, to the matches map.
 

Methods in au.id.pbw.hyfo.hyph with parameters of type HyphenationTree
protected  HyphenationTree HyphenationTreeCache.success(String locale, String prefix, HyphenationTree tree, List<String> not_found_yet)
          Adds the prefix, mapped to locale, to the matches map.
 



Copyright © 2005-2006 Peter B. West.