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.
|
Modifier and Type | Method and Description |
---|---|
protected SuffixTrie.LookupResult<V> |
SuffixTrie.getLongestSuffix(String string)
Match the longest suffix of a string contained in trie.
|
Modifier and Type | Method and Description |
---|---|
protected List<SuffixTrie.LookupResult<V>> |
SuffixTrie.getSuffixes(String string)
Match all suffixes of a string contained in trie.
|
Copyright © 2009–2021 Crawler-Commons. All rights reserved.