search

goog.structs.Trie<VALUE>

Provided By

Class for a Trie datastructure. Trie data structures are made out of trees of Trie classes.

new Trie<VALUE>( opt_trie )

Parameters
opt_trie(goog.structs.Trie<(VALUE|null)>|Object<string, (VALUE|null)>|null)=

Optional goog.structs.Trie or Object to initialize trie with.

Instance Methods