RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v10]
Jim Laskey
jlaskey at openjdk.org
Mon Mar 27 18:37:12 UTC 2023
> 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:
Use Arrays.fill
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12728/files
- new: https://git.openjdk.org/jdk/pull/12728/files/54a34cf8..796406b5
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12728&range=09
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12728&range=08-09
Stats: 4 lines in 1 file changed: 0 ins; 3 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/12728.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/12728/head:pull/12728
PR: https://git.openjdk.org/jdk/pull/12728
More information about the core-libs-dev
mailing list