Uses of Class
crawlercommons.domains.SuffixTrie.LookupResult
-
Packages that use SuffixTrie.LookupResult 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.LookupResult in crawlercommons.domains
Methods in crawlercommons.domains that return SuffixTrie.LookupResult Modifier and Type Method Description protected SuffixTrie.LookupResult<V>
SuffixTrie. getLongestSuffix(String string)
Match the longest suffix of a string contained in trie.Methods in crawlercommons.domains that return types with arguments of type SuffixTrie.LookupResult Modifier and Type Method Description protected List<SuffixTrie.LookupResult<V>>
SuffixTrie. getSuffixes(String string)
Match all suffixes of a string contained in trie.
-