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
           
 

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
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, 2012, Oracle and/or its affiliates. All rights reserved.