Unnecessary logic is added to removeFirst and removeLast of ArrayList.
임민수
godmlzkf1 at naver.com
Tue May 6 07:18:35 UTC 2025
Hi.
In removeFirst, if size is not 0, the logic is the same as the remove logic.
removeLast also has the same logic as remove when size is not exceeded.
I want to fix this.
thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/core-libs-dev/attachments/20250506/03f2da65/attachment.htm>
More information about the core-libs-dev
mailing list