RFR: 8266571: Sequenced Collections [v8]

Stuart Marks smarks at openjdk.org
Fri Apr 21 22:24:12 UTC 2023


On Thu, 20 Apr 2023 12:30:52 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> Stuart Marks has updated the pull request incrementally with four additional commits since the last revision:
>> 
>>  - Add missing @throws and @since tags.
>>  - Convert code samples to snippets.
>>  - Various editorial changes.
>>  - Fix up toArray(T[]) on reverse-ordered views.
>
> src/java.base/share/classes/java/util/NavigableMap.java line 442:
> 
>> 440:      * @return a reverse-ordered view of this map, as a {@code NavigableMap}
>> 441:      * @since 21
>> 442:      */
> 
> `NavigableSet` words its `reversed` doc a bit differently.

Adjusted.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/7387#discussion_r1174196958


More information about the core-libs-dev mailing list