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 Comparable
Copyright © 2007, 2017, Oracle and/or its affiliates. All rights reserved.