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 | Field and Description |
---|---|
protected SuffixTrie.Node<V> |
SuffixTrie.root |
Modifier and Type | Method and Description |
---|---|
SuffixTrie.Node<V> |
SuffixTrie.Node.addChild(char c,
V value) |
SuffixTrie.Node<V> |
SuffixTrie.Node.getChild(char c) |
Copyright © 2009–2021 Crawler-Commons. All rights reserved.