RFR: 8266571: Sequenced Collections [v12]
Alan Bateman
alanb at openjdk.org
Tue Apr 25 14:45:40 UTC 2023
On Mon, 24 Apr 2023 21:39:43 GMT, Stuart Marks <smarks at openjdk.org> wrote:
>> PR for Sequenced Collections implementation.
>
> Stuart Marks has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 96 commits:
>
> - Merge branch 'master' into JDK-8266571-SequencedCollections
> - Optimizations for ReverseOrderListView; check indexes in reversed domain.
> - Wording tweaks to SequencedMap / NavigableMap.
> - Change "The implementation in this class" to "... interface."
> - Delegate more methods in the views of ReverseOrderSortedMapView.
> - Add missing @throws and @since tags.
> - Convert code samples to snippets.
> - Various editorial changes.
> - Fix up toArray(T[]) on reverse-ordered views.
> - Remove unnecessary 'final' from a couple places.
> - ... and 86 more: https://git.openjdk.org/jdk/compare/2ea62c13...2827aa69
I've gone through the API docs, also went through the src changes, but only lightly through ReverseOrderXXView classes as they are. bit tedious to review. It looks ready to go.
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/7387#pullrequestreview-1400087378
More information about the core-libs-dev
mailing list