JDK 26 |
---|
26 b11Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
StringCharBuffer currently implements bulk get methods with a manual loop. JDK-8343110 provides a method on CharSequence that can copy characters in batch into char arrays; we can use that to implement StringCharBuffer bulk get opertaions.
|