| Package | Description |
|---|---|
| org.apache.nutch.util |
Miscellaneous utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected TrieStringMatcher.TrieNode[] |
TrieStringMatcher.TrieNode.children |
protected TrieStringMatcher.TrieNode |
TrieStringMatcher.root |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<TrieStringMatcher.TrieNode> |
TrieStringMatcher.TrieNode.childrenList |
| Modifier and Type | Method and Description |
|---|---|
protected TrieStringMatcher.TrieNode |
TrieStringMatcher.matchChar(TrieStringMatcher.TrieNode node,
String s,
int idx)
Returns the next
TrieStringMatcher.TrieNode visited, given that you are at
node, and the the next character in the input is the
idx'th character of s. |
| Modifier and Type | Method and Description |
|---|---|
int |
TrieStringMatcher.TrieNode.compareTo(TrieStringMatcher.TrieNode other) |
protected TrieStringMatcher.TrieNode |
TrieStringMatcher.matchChar(TrieStringMatcher.TrieNode node,
String s,
int idx)
Returns the next
TrieStringMatcher.TrieNode visited, given that you are at
node, and the the next character in the input is the
idx'th character of s. |
Copyright © 2021 The Apache Software Foundation