RFR: 8305486: Add split() variants that keep the delimiters to String and j.u.r.Pattern [v5]
Roger Riggs
rriggs at openjdk.org
Mon May 8 13:53:24 UTC 2023
On Mon, 8 May 2023 13:45:53 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> I mean the usual juxtaposition in maths to signify multiplication, like in _a_ _b_ instead of _a_·_b_
>>
>>> the array's length will be no greater than 2 _limit_ - 1
>
> I would replace center-dot with either with "times" or "*" as being easier to read and more familiar in the javadoc.
In java.lang.Math I see both "*" and "×" used to indicate multiplication.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13305#discussion_r1187472309
More information about the core-libs-dev
mailing list