Uses of Class
crawlercommons.domains.SuffixTrie.Node
-
Packages that use SuffixTrie.Node Package Description crawlercommons.domains Classes contained within the domains package relate to the definition of Top Level Domain's, various domain registrars and the effective handling of such domains. -
-
Uses of SuffixTrie.Node in crawlercommons.domains
Fields in crawlercommons.domains declared as SuffixTrie.Node Modifier and Type Field Description protected SuffixTrie.Node<V>
SuffixTrie. root
Methods in crawlercommons.domains that return SuffixTrie.Node Modifier and Type Method Description SuffixTrie.Node<V>
SuffixTrie.Node. addChild(char c, V value)
SuffixTrie.Node<V>
SuffixTrie.Node. getChild(char c)
-