On Sun, 20 Oct 2024 17:33:09 GMT, j3graham wrote:
>> Move getChars methods of StringLatin1 and StringUTF16 to DecimalDigits to
>> reduce duplication
>>
>> 1. HexDigits and OctalDigits also include getCharsLatin1 and getCharsUTF16
>> 2. Putting these two methods into DecimalDigits can avoid the
On Sun, 20 Oct 2024 00:19:25 GMT, Shaojin Wen wrote:
> Move getChars methods of StringLatin1 and StringUTF16 to DecimalDigits to
> reduce duplication
>
> 1. HexDigits and OctalDigits also include getCharsLatin1 and getCharsUTF16
> 2. Putting these two methods into DecimalDigits can avoid the ne
Move getChars methods of StringLatin1 and StringUTF16 to DecimalDigits to
reduce duplication
1. HexDigits and OctalDigits also include getCharsLatin1 and getCharsUTF16
2. Putting these two methods into DecimalDigits can avoid the need to expose
them in JavaLangAccess
3. Eliminate duplicate code