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

Make a few fields in MergeCollation static

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 24
    • None
    • core-libs
    • b12

      3 fields in java.text.MergeCollation could be made 'static':

          private final byte BITARRAYMASK = (byte)0x1;
          private final int BYTEPOWER = 3;
          private final int BYTEMASK = (1 << BYTEPOWER) - 1;

            aturbanov Andrey Turbanov
            aturbanov Andrey Turbanov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: