Uses of Class
org.apache.nutch.util.TrieStringMatcher.TrieNode
-
Packages that use TrieStringMatcher.TrieNode Package Description org.apache.nutch.util Miscellaneous utility classes. -
-
Uses of TrieStringMatcher.TrieNode in org.apache.nutch.util
Fields in org.apache.nutch.util declared as TrieStringMatcher.TrieNode Modifier and Type Field Description protected TrieStringMatcher.TrieNode[]
TrieStringMatcher.TrieNode. children
protected TrieStringMatcher.TrieNode
TrieStringMatcher. root
Fields in org.apache.nutch.util with type parameters of type TrieStringMatcher.TrieNode Modifier and Type Field Description protected LinkedList<TrieStringMatcher.TrieNode>
TrieStringMatcher.TrieNode. childrenList
Methods in org.apache.nutch.util that return TrieStringMatcher.TrieNode Modifier and Type Method Description protected TrieStringMatcher.TrieNode
TrieStringMatcher. matchChar(TrieStringMatcher.TrieNode node, String s, int idx)
Get the nextTrieStringMatcher.TrieNode
visited, given that you are atnode
, and that the next character in the input is theidx
'th character ofs
.Methods in org.apache.nutch.util with parameters of type TrieStringMatcher.TrieNode Modifier and Type Method Description int
TrieStringMatcher.TrieNode. compareTo(TrieStringMatcher.TrieNode other)
protected TrieStringMatcher.TrieNode
TrieStringMatcher. matchChar(TrieStringMatcher.TrieNode node, String s, int idx)
Get the nextTrieStringMatcher.TrieNode
visited, given that you are atnode
, and that the next character in the input is theidx
'th character ofs
.
-