Details
Description
Very unlikely to happen, but as someone that gets called in when something goes wrong, I'd like to remove as many possibilities as possible.
Also, the current implementation will work with a LinkedList, but it won't work well. The constant call to `get` will perform at O(n^2). Using an iterator instead allows other Collections to work reasonably well.
Attachments
Attachments
Issue Links
- links to