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