Uses of Class
org.apache.nutch.util.TrieStringMatcher.TrieNode

Packages that use TrieStringMatcher.TrieNode
org.apache.nutch.util   
 

Uses of TrieStringMatcher.TrieNode in org.apache.nutch.util
 

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

Fields in org.apache.nutch.util with type parameters of type TrieStringMatcher.TrieNode
protected  LinkedList<TrieStringMatcher.TrieNode> TrieStringMatcher.TrieNode.childrenList
           
 

Methods in org.apache.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 org.apache.nutch.util with parameters of type TrieStringMatcher.TrieNode
 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 © 2012 The Apache Software Foundation