You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add support for querying the longest prefix match (this is not currently
exposed in the public API). A variation of this which only matches if the key
is in fact truly a prefix would be useful, otherwise the caller would have to
run an additional prefix.startsWith(key). For example, if the tree only
contains "foo", it's the longest prefix match for anything. But in the use-case
I have, I would only want to match "foo*".
Original issue reported on code.google.com by phraktle on 19 Nov 2012 at 10:33
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
phraktle
on 19 Nov 2012 at 10:33The text was updated successfully, but these errors were encountered: