Package | Description |
---|---|
org.apache.nutch.util |
Modifier and Type | Field and Description |
---|---|
protected TrieStringMatcher.TrieNode[] |
TrieStringMatcher.TrieNode.children |
protected TrieStringMatcher.TrieNode |
TrieStringMatcher.root |
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 |
---|---|
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 © 2007, 2017, Oracle and/or its affiliates. All rights reserved.