| 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.TrieNodevisited, given that you are atnode, and the the next character in the input is 
 theidx'th character ofs. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected TrieStringMatcher.TrieNode | TrieStringMatcher. matchChar(TrieStringMatcher.TrieNode node,
         String s,
         int idx)Returns the next  TrieStringMatcher.TrieNodevisited, given that you are atnode, and the the next character in the input is 
 theidx'th character ofs. | 
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.