| Source path: svn/ trunk/ GenericTrie/ Trie.cs |
|
|
|
|
Older revisions
r12
by scottm361
on Feb 3, 2011
Diff
-upgraded to VS2010 -fixed bug where a partial key would return true for Contains()
r9
by scottm361
on Aug 18, 2010
Diff
removed static members from Trie<K,T,V> class removed argument exception for GetMatchingValues, not returns null if no values are found. ...