eagler-teavm-fork/classlib/src/main/java/org
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
..
teavm/classlib TArrayDeque fix for .remove(Object) (#302) 2017-10-10 22:39:06 +03:00