RFR: 4860681: (bf) Add CharBuffer absolute bulk put method for CharSequence

Brian Burkhalter bpb at openjdk.org
Thu Jul 13 15:18:24 UTC 2023


Add to `java.nio.CharBuffer` an absolute bulk put method which takes a `CharSequence` as its source of `char`s.

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

Commit messages:
 - 4860681: Add spaces to parameter lists in @see tag
 - 4860681: (bf) Add CharBuffer absolute bulk put method for CharSequence

Changes: https://git.openjdk.org/jdk/pull/13744/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13744&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-4860681
  Stats: 98 lines in 1 file changed: 96 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/13744.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13744/head:pull/13744

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


More information about the nio-dev mailing list