1.0.5 "Double-Ended BOO!"
Just before Halloween, we have a new release that exorcises iterators and gets the deques nice and shining. All of the list iterators and deque iterators, plus NumberedSet's iterator, now handle removal via iterator correctly, as well as add()
and set()
when using an iterator as a ListIterator or its primitive equivalent. The deques needed a lot of code changed, because several key methods (including addLast()
) didn't always work. Deques also have an insert()
method now (which is equivalent to calling add()
with an index argument), which is used by the new iterators they have.