BitMap provides iteration over set bits via a function/closure called with the index of each set bit. But there are use-cases that don't fit well with that style, and would be better served by having an explicit iterator type. Both forward and reverse iteration should be supported.
- relates to
-
JDK-8298725 Add BitMap support for reverse iteration
-
- Resolved
-
-
JDK-8304016 Add BitMap find_last suite of functions
-
- Resolved
-