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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
children
protected TrieStringMatcher.TrieNode[] children
childrenList
protected LinkedList<TrieStringMatcher.TrieNode> childrenList
nodeChar
protected char nodeChar
terminal
protected boolean terminal
compareTo
public int compareTo(TrieStringMatcher.TrieNode other)
- Specified by:
compareTo
in interface Comparable<TrieStringMatcher.TrieNode>
Copyright © 2006 The Apache Software Foundation