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 Top Level Domain's, various domain registrars and the effective handling of such domains. -
-
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.
-