RFR: 8266571: Sequenced Collections [v12]

Stuart Marks smarks at openjdk.org
Mon Apr 24 21:39:43 UTC 2023


> 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

-------------

Changes: https://git.openjdk.org/jdk/pull/7387/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=7387&range=11
  Stats: 7067 lines in 42 files changed: 6921 ins; 11 del; 135 mod
  Patch: https://git.openjdk.org/jdk/pull/7387.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/7387/head:pull/7387

PR: https://git.openjdk.org/jdk/pull/7387


More information about the core-libs-dev mailing list