Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357685

Change the type of Integer::digits from char[] to byte[]

XMLWordPrintable

    • b25

      Integer::digits type can use byte[] instead of char[], which can reduce the conversion from char to byte in the process of Integer.toString. Using byte[] can also save memory.

            swen Shaojin Wen
            swen Shaojin Wen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: