Package | Description |
---|---|
de.malkusch.whoisServerList.publicSuffixList.index |
Rule index implementations.
|
de.malkusch.whoisServerList.publicSuffixList.index.array |
Array based index with O(n) complexity.
|
de.malkusch.whoisServerList.publicSuffixList.index.tree |
Tree based index with O(log(n)) complexity.
|
Modifier and Type | Method and Description |
---|---|
Index |
IndexFactory.build(List<Rule> rules)
Builds an index from a rule list.
|
Modifier and Type | Method and Description |
---|---|
Index |
ArrayIndexFactory.build(List<Rule> rules) |
Modifier and Type | Method and Description |
---|---|
Index |
TreeIndexFactory.build(List<Rule> rules) |
Copyright © 2016. All rights reserved.