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

Navigable Iterator #25

Open
Speiger opened this issue Feb 25, 2023 · 0 comments
Open

Navigable Iterator #25

Speiger opened this issue Feb 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Speiger
Copy link
Owner

Speiger commented Feb 25, 2023

As suggested by @catap to fastutil.

There should be a NavigableIterator that allows you to jump around to prevent creating iterators all the time.
Idea is: have a jump() function in the iterator that jumps forwards/backwards in the navigableSet and tries to find a suitable target.
This function would be working like a iterator(fromElement) just without creating a iterator.

@Speiger Speiger added the enhancement New feature or request label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant