-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request