final class sun.nio.cs.StandardCharsets$Classes extends sun.util.PreHashedMap<java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.nio.cs.StandardCharsets$Classes
  super_class: sun.util.PreHashedMap
{
  private static final int ROWS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private static final int SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 39

  private static final int SHIFT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 31

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.nio.cs.StandardCharsets$Classes this
         0: .line 606
            aload 0 /* this */
            bipush 32
            bipush 39
            iconst_1
            bipush 31
            invokespecial sun.util.PreHashedMap.<init>:(IIII)V
         1: .line 607
            return
        end local 0 // sun.nio.cs.StandardCharsets$Classes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/StandardCharsets$Classes;

  protected void init(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=2, args_size=2
        start local 0 // sun.nio.cs.StandardCharsets$Classes this
        start local 1 // java.lang.Object[] ht
         0: .line 610
            aload 1 /* ht */
            iconst_0
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ibm862"
            aastore
            dup
            iconst_1
            ldc "IBM862"
            aastore
            aastore
         1: .line 611
            aload 1 /* ht */
            iconst_2
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ibm866"
            aastore
            dup
            iconst_1
            ldc "IBM866"
            aastore
            dup
            iconst_2
         2: .line 612
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "utf-32"
            aastore
            dup
            iconst_1
            ldc "UTF_32"
            aastore
            dup
            iconst_2
         3: .line 613
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "utf-16le"
            aastore
            dup
            iconst_1
            ldc "UTF_16LE"
            aastore
            aastore
            aastore
         4: .line 611
            aastore
         5: .line 614
            aload 1 /* ht */
            iconst_3
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "windows-1251"
            aastore
            dup
            iconst_1
            ldc "MS1251"
            aastore
            dup
            iconst_2
         6: .line 615
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "windows-1250"
            aastore
            dup
            iconst_1
            ldc "MS1250"
            aastore
            aastore
         7: .line 614
            aastore
         8: .line 616
            aload 1 /* ht */
            iconst_4
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "windows-1253"
            aastore
            dup
            iconst_1
            ldc "MS1253"
            aastore
            dup
            iconst_2
         9: .line 617
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "windows-1252"
            aastore
            dup
            iconst_1
            ldc "MS1252"
            aastore
            dup
            iconst_2
        10: .line 618
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "utf-32be"
            aastore
            dup
            iconst_1
            ldc "UTF_32BE"
            aastore
            aastore
            aastore
        11: .line 616
            aastore
        12: .line 619
            aload 1 /* ht */
            iconst_5
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "windows-1254"
            aastore
            dup
            iconst_1
            ldc "MS1254"
            aastore
            dup
            iconst_2
        13: .line 620
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "utf-16"
            aastore
            dup
            iconst_1
            ldc "UTF_16"
            aastore
            aastore
        14: .line 619
            aastore
        15: .line 621
            aload 1 /* ht */
            bipush 6
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "windows-1257"
            aastore
            dup
            iconst_1
            ldc "MS1257"
            aastore
            aastore
        16: .line 622
            aload 1 /* ht */
            bipush 7
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "utf-16be"
            aastore
            dup
            iconst_1
            ldc "UTF_16BE"
            aastore
            aastore
        17: .line 623
            aload 1 /* ht */
            bipush 8
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "iso-8859-2"
            aastore
            dup
            iconst_1
            ldc "ISO_8859_2"
            aastore
            dup
            iconst_2
        18: .line 624
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "iso-8859-1"
            aastore
            dup
            iconst_1
            ldc "ISO_8859_1"
            aastore
            aastore
        19: .line 623
            aastore
        20: .line 625
            aload 1 /* ht */
            bipush 9
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "iso-8859-4"
            aastore
            dup
            iconst_1
            ldc "ISO_8859_4"
            aastore
            dup
            iconst_2
        21: .line 626
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "utf-8"
            aastore
            dup
            iconst_1
            ldc "UTF_8"
            aastore
            aastore
        22: .line 625
            aastore
        23: .line 627
            aload 1 /* ht */
            bipush 10
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "iso-8859-5"
            aastore
            dup
            iconst_1
            ldc "ISO_8859_5"
            aastore
            aastore
        24: .line 628
            aload 1 /* ht */
            bipush 11
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "x-ibm874"
            aastore
            dup
            iconst_1
            ldc "IBM874"
            aastore
            dup
            iconst_2
        25: .line 629
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "iso-8859-7"
            aastore
            dup
            iconst_1
            ldc "ISO_8859_7"
            aastore
            aastore
        26: .line 628
            aastore
        27: .line 630
            aload 1 /* ht */
            bipush 12
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "iso-8859-9"
            aastore
            dup
            iconst_1
            ldc "ISO_8859_9"
            aastore
            aastore
        28: .line 631
            aload 1 /* ht */
            bipush 14
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "x-ibm737"
            aastore
            dup
            iconst_1
            ldc "IBM737"
            aastore
            aastore
        29: .line 632
            aload 1 /* ht */
            bipush 15
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ibm850"
            aastore
            dup
            iconst_1
            ldc "IBM850"
            aastore
            aastore
        30: .line 633
            aload 1 /* ht */
            bipush 16
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ibm852"
            aastore
            dup
            iconst_1
            ldc "IBM852"
            aastore
            dup
            iconst_2
        31: .line 634
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ibm775"
            aastore
            dup
            iconst_1
            ldc "IBM775"
            aastore
            aastore
        32: .line 633
            aastore
        33: .line 635
            aload 1 /* ht */
            bipush 17
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "iso-8859-13"
            aastore
            dup
            iconst_1
            ldc "ISO_8859_13"
            aastore
            dup
            iconst_2
        34: .line 636
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "us-ascii"
            aastore
            dup
            iconst_1
            ldc "US_ASCII"
            aastore
            aastore
        35: .line 635
            aastore
        36: .line 637
            aload 1 /* ht */
            bipush 18
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ibm855"
            aastore
            dup
            iconst_1
            ldc "IBM855"
            aastore
            dup
            iconst_2
        37: .line 638
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ibm437"
            aastore
            dup
            iconst_1
            ldc "IBM437"
            aastore
            dup
            iconst_2
        38: .line 639
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "iso-8859-15"
            aastore
            dup
            iconst_1
            ldc "ISO_8859_15"
            aastore
            aastore
            aastore
        39: .line 637
            aastore
        40: .line 640
            aload 1 /* ht */
            bipush 19
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ibm00858"
            aastore
            dup
            iconst_1
            ldc "IBM858"
            aastore
            dup
            iconst_2
        41: .line 641
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "ibm857"
            aastore
            dup
            iconst_1
            ldc "IBM857"
            aastore
            dup
            iconst_2
        42: .line 642
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "x-utf-32le-bom"
            aastore
            dup
            iconst_1
            ldc "UTF_32LE_BOM"
            aastore
            aastore
            aastore
        43: .line 640
            aastore
        44: .line 643
            aload 1 /* ht */
            bipush 22
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "x-utf-16le-bom"
            aastore
            dup
            iconst_1
            ldc "UTF_16LE_BOM"
            aastore
            aastore
        45: .line 644
            aload 1 /* ht */
            bipush 23
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "cesu-8"
            aastore
            dup
            iconst_1
            ldc "CESU_8"
            aastore
            aastore
        46: .line 645
            aload 1 /* ht */
            bipush 24
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "x-utf-32be-bom"
            aastore
            dup
            iconst_1
            ldc "UTF_32BE_BOM"
            aastore
            aastore
        47: .line 646
            aload 1 /* ht */
            bipush 28
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "koi8-r"
            aastore
            dup
            iconst_1
            ldc "KOI8_R"
            aastore
            aastore
        48: .line 647
            aload 1 /* ht */
            bipush 29
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "koi8-u"
            aastore
            dup
            iconst_1
            ldc "KOI8_U"
            aastore
            aastore
        49: .line 648
            aload 1 /* ht */
            bipush 31
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "utf-32le"
            aastore
            dup
            iconst_1
            ldc "UTF_32LE"
            aastore
            aastore
        50: .line 649
            return
        end local 1 // java.lang.Object[] ht
        end local 0 // sun.nio.cs.StandardCharsets$Classes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   51     0  this  Lsun/nio/cs/StandardCharsets$Classes;
            0   51     1    ht  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      ht    
}
Signature: Lsun/util/PreHashedMap<Ljava/lang/String;>;
SourceFile: "StandardCharsets.java"
NestHost: sun.nio.cs.StandardCharsets
InnerClasses:
  private final Classes = sun.nio.cs.StandardCharsets$Classes of sun.nio.cs.StandardCharsets