Trie()
void
insert(String word)
boolean
search(String word)
search(String word, TrieNode root, int idx)
startsWith(String prefix)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait