Package org.apache.nutch.util
Class TrieStringMatcher.TrieNode
java.lang.Object
org.apache.nutch.util.TrieStringMatcher.TrieNode
- All Implemented Interfaces:
Comparable<TrieStringMatcher.TrieNode>
- Enclosing class:
- TrieStringMatcher
protected class TrieStringMatcher.TrieNode
extends Object
implements Comparable<TrieStringMatcher.TrieNode>
Node class for the character tree.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TrieStringMatcher.TrieNode[]protected LinkedList<TrieStringMatcher.TrieNode>protected charprotected boolean -
Method Summary
-
Field Details
-
children
-
childrenList
-
nodeChar
protected char nodeChar -
terminal
protected boolean terminal
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<TrieStringMatcher.TrieNode>
-