protected class TrieStringMatcher.TrieNode extends Object implements Comparable
| Modifier and Type | Field and Description | 
|---|---|
| protected TrieStringMatcher.TrieNode[] | children | 
| protected LinkedList | childrenList | 
| protected char | nodeChar | 
| protected boolean | terminal | 
protected TrieStringMatcher.TrieNode[] children
protected LinkedList childrenList
protected char nodeChar
protected boolean terminal
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.