[Bug] TreeSet/Map Iterator needs to detect direction #19

Closed
opened 2021-12-12 09:48:32 +01:00 by Speiger · 1 comment
Owner

Right now the TreeIterator is assuming it is only going forward.
But it is also capable of going backwards. But the removal of elements is under the assumtion that it was going foward only.

So a small change must be added that allows to detect which way the iterator is actually moving.

This is a small reminder for when i am finishing todolists.

Right now the TreeIterator is assuming it is only going forward. But it is also capable of going backwards. But the removal of elements is under the assumtion that it was going foward only. So a small change must be added that allows to detect which way the iterator is actually moving. This is a small reminder for when i am finishing todolists.
Author
Owner

Done

Done
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Speiger/Primitive-Collections#19
No description provided.