Skip to content

1.0.5 "Double-Ended BOO!"

Compare
Choose a tag to compare
@tommyettinger tommyettinger released this 28 Oct 00:59
· 609 commits to master since this release

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.