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

Q: find() method #40

Closed
eezz4 opened this issue Jan 23, 2023 · 2 comments
Closed

Q: find() method #40

eezz4 opened this issue Jan 23, 2023 · 2 comments

Comments

@eezz4
Copy link

eezz4 commented Jan 23, 2023

Hello, thank you for providing high quality source code.

Q1. Is the reason why there is no 'find() method' only for 'Map Interface' compatibility?

Q2. Should I use 'values() iterable' instead?

@qwertie
Copy link
Owner

qwertie commented Jan 25, 2023

I guess it just didn't occur to me to write a find method. Instead you can use values(), entries(), forEach() or forEachPair().

@eezz4
Copy link
Author

eezz4 commented Jan 25, 2023

Thank you for your answer.

@eezz4 eezz4 closed this as completed Jan 25, 2023
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

2 participants