RFR: 8294693: Add Collections.shuffle overload that accepts RandomGenerator interface [v5]
Tagir F. Valeev
tvaleev at openjdk.org
Sat Jan 21 18:31:32 UTC 2023
On Sat, 21 Jan 2023 18:24:24 GMT, Tagir F. Valeev <tvaleev at openjdk.org> wrote:
>> src/java.base/share/classes/java/util/Collections.java line 464:
>>
>>> 462: * position, inclusive.<p>
>>> 463: *
>>> 464: * @implSpec This method runs in linear time. If the specified list does
>>
>> Please also convert the corresponding paragraph in the
>> shuffle(List<?> list)
>> method to be an implSpec tag.
>
> @jddarcy sure. Should I mention this in CSR?
Ah, I see that you already updated it. Thanks!
-------------
PR: https://git.openjdk.org/jdk/pull/10520
More information about the core-libs-dev
mailing list