On Fri, 3 Mar 2023 19:04:22 GMT, Jim Laskey <jlas...@openjdk.org> wrote:

>> Add the ability to repeatedly append char and CharSequence data to 
>> StringBuilder/StringBuffer.
>
> Jim Laskey has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Expand test for StringBuffer and illegal code points

Should we also have overloaded method accepting position to insert repeated 
value? Smth like `repeat(int pos, char c, int count)`?

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

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

Reply via email to