trie
trie
Trie
Trie constructor
Trie
Trie class
Constructors
Trie
list
Properties
isCaseSensitive
hashCode
runtimeType
Methods
addWord
getAllWords
getAllWordsWithPrefix
noSuchMethod
toString
Operators
operator ==
Trie constructor
Trie
(
)
Implementation
Trie() { _head = new _TrieNode(null); }