Uses of Class
net.nutch.util.TrieStringMatcher.TrieNode

Packages that use TrieStringMatcher.TrieNode
net.nutch.util   
 

Uses of TrieStringMatcher.TrieNode in net.nutch.util
 

Fields in net.nutch.util declared as TrieStringMatcher.TrieNode
protected  TrieStringMatcher.TrieNode TrieStringMatcher.root
           
protected  TrieStringMatcher.TrieNode[] TrieStringMatcher.TrieNode.children
           
 

Methods in net.nutch.util that return TrieStringMatcher.TrieNode
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.
 

Methods in net.nutch.util with parameters of type TrieStringMatcher.TrieNode
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 © 2004 The Nutch Organization.