RFR: 8266571: Sequenced Collections [v3]

Stuart Marks smarks at openjdk.org
Tue Mar 28 00:01:50 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 78 commits:

 - Merge branch 'master' into JDK-8266571-SequencedCollections
 - Update copyrights.
 - More specification tweaks.
 - Add simple overrides to ArrayList.
 - Specification cleanups.
 - Update spec of CopyOnWriteArrayList::reversed.
 - Move AbstractViewCollection to AbstractMap.ViewCollection to avoid exposing it publicly.
 - Merge branch 'master' into JDK-8266571-SequencedCollections
   Resolve conflict by deleting IdentityLinkedList.java
 - Merge branch 'master' into JDK-8266571-SequencedCollections
 - Fix indentation.
 - ... and 68 more: https://git.openjdk.org/jdk/compare/6aec6f3a...91c4eabe

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

Changes: https://git.openjdk.org/jdk/pull/7387/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=7387&range=02
  Stats: 6647 lines in 39 files changed: 6509 ins; 11 del; 127 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