protected class TrieStringMatcher.TrieNode extends java.lang.Object implements java.lang.Comparable<TrieStringMatcher.TrieNode>
Modifier and Type | Field and Description |
---|---|
protected TrieStringMatcher.TrieNode[] |
children |
protected java.util.LinkedList<TrieStringMatcher.TrieNode> |
childrenList |
protected char |
nodeChar |
protected boolean |
terminal |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TrieStringMatcher.TrieNode other) |
protected TrieStringMatcher.TrieNode[] children
protected java.util.LinkedList<TrieStringMatcher.TrieNode> childrenList
protected char nodeChar
protected boolean terminal
public int compareTo(TrieStringMatcher.TrieNode other)
compareTo
in interface java.lang.Comparable<TrieStringMatcher.TrieNode>
Copyright © 2019 The Apache Software Foundation