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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: