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 "paid-level" domains or "effective top-level domains", that is Internet domain names on level below a public suffix defined in the public suffix list. -
-
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)
-