RFR: 8357081: Removed unused methods of HexDigits

Shaojin Wen swen at openjdk.org
Mon May 19 13:32:55 UTC 2025


On Thu, 15 May 2025 22:03:22 GMT, Shaojin Wen <swen at openjdk.org> wrote:

> In HexDigits, getCharsLatin1 and getCharsUTF16 are no longer used, so remove these methods

The getCharsLatin1/getCharsUTF16 methods of HexDigits may be used in j.u.Formatter/HexFormat in the future. For this reason, should we keep them? @cl4es

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

PR Comment: https://git.openjdk.org/jdk/pull/25258#issuecomment-2891047804


More information about the core-libs-dev mailing list