Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The internal class, IntArrayRBT, includes an iterator() method. This is not currently used (until now, when I started using it in some new stuff). It is broken in that it positions the iterator at node 0, and then the next method fails to move this to the first node on the first call.