[Bug] TreeSet/Map Iterator needs to detect direction #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Done