Uses of Class
com.github.underscore.Trie.TrieNode
-
Uses of Trie.TrieNode in com.github.underscore
Fields in com.github.underscore declared as Trie.TrieNodeModifier and TypeFieldDescription(package private) Trie.TrieNode[]
Trie.TrieNode.children
private final Trie.TrieNode
Trie.root
Methods in com.github.underscore with parameters of type Trie.TrieNodeModifier and TypeMethodDescriptionprivate void
Trie.insert
(String word, Trie.TrieNode root, int idx) boolean
Trie.search
(String word, Trie.TrieNode root, int idx)