eagler-teavm-fork/classlib
adamjryan 8d2e468f44 TArrayDeque fix for .remove(Object) (#302)
* TArrayDeque fix for .remove(Object)

ArrayDeque removes items by shifting the existing items to overwrite
the removed item. It did not update the head/tail pointers once the
operation was complete leaving a null item at the head/tail of the
collection. This change updates the pointers so that the null element is
excluded and the correct size is returned.
2017-10-10 22:39:06 +03:00
..
src TArrayDeque fix for .remove(Object) (#302) 2017-10-10 22:39:06 +03:00
pom.xml Reformat classlib according to checkstyle rules 2017-07-01 14:08:29 +03:00