Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: docs for getValueForLongestKeyPrefixing(CharSequence word) #30

Open
shully opened this issue Jun 5, 2019 · 0 comments
Open

Comments

@shully
Copy link

shully commented Jun 5, 2019

The current documentation does not mention these methods in InvertedRadixTree:

  • getLongestKeyPrefixing(CharSequence var1)
  • getValueForLongestKeyPrefixing(CharSequence var1)
  • getKeyValuePairForLongestKeyPrefixing(CharSequence var1)

I had a usecase for creating simple URL wild card matching, and didn't realise this existed until after digging deep into the Javadoc

I'm happy to create a pull request with this if seems useful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant