mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
8d2e468f44
* 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. |
||
---|---|---|
.. | ||
src | ||
pom.xml |