RFR: 8315850: Improve AbstractMap anonymous Iterator classes [v3]
Chen Liang
liach at openjdk.org
Tue Sep 19 08:49:44 UTC 2023
On Fri, 8 Sep 2023 16:13:16 GMT, Per Minborg <pminborg at openjdk.org> wrote:
>> This PR proposes to slightly improve some iterators of `AbstractMap`:
>>
>> * Declare two fields `final`
>> * Use distinct classes rather than anonymous classes
>
> Per Minborg has updated the pull request incrementally with two additional commits since the last revision:
>
> - Fix additional formating issue
> - Don't use polymorphism and reformat code
Marked as reviewed by liach (Author).
-------------
PR Review: https://git.openjdk.org/jdk/pull/15615#pullrequestreview-1632740299
More information about the core-libs-dev
mailing list