public final class jdk.internal.icu.impl.Trie2_16 extends jdk.internal.icu.impl.Trie2
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.icu.impl.Trie2_16
  super_class: jdk.internal.icu.impl.Trie2
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.icu.impl.Trie2_16 this
         0: .line 58
            aload 0 /* this */
            invokespecial jdk.internal.icu.impl.Trie2.<init>:()V
         1: .line 59
            return
        end local 0 // jdk.internal.icu.impl.Trie2_16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/icu/impl/Trie2_16;

  public static jdk.internal.icu.impl.Trie2_16 createFromSerialized(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljdk/internal/icu/impl/Trie2_16;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer bytes
         0: .line 78
            aload 0 /* bytes */
            invokestatic jdk.internal.icu.impl.Trie2.createFromSerialized:(Ljava/nio/ByteBuffer;)Ljdk/internal/icu/impl/Trie2;
            checkcast jdk.internal.icu.impl.Trie2_16
            areturn
        end local 0 // java.nio.ByteBuffer bytes
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  bytes  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  

  public final int get(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // jdk.internal.icu.impl.Trie2_16 this
        start local 1 // int codePoint
         0: .line 92
            iload 1 /* codePoint */
            iflt 22
         1: .line 93
            iload 1 /* codePoint */
            ldc 55296
            if_icmplt 2
            iload 1 /* codePoint */
            ldc 56319
            if_icmple 6
            iload 1 /* codePoint */
            ldc 65535
            if_icmpgt 6
         2: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            iload 1 /* codePoint */
            iconst_5
            ishr
            caload
            istore 3 /* ix */
        start local 3 // int ix
         3: .line 98
            iload 3 /* ix */
            iconst_2
            ishl
            iload 1 /* codePoint */
            bipush 31
            iand
            iadd
            istore 3 /* ix */
         4: .line 99
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            iload 3 /* ix */
            caload
            istore 2 /* value */
        start local 2 // int value
         5: .line 100
            iload 2 /* value */
            ireturn
        end local 3 // int ix
        end local 2 // int value
         6: .line 102
      StackMap locals:
      StackMap stack:
            iload 1 /* codePoint */
            ldc 65535
            if_icmpgt 11
         7: .line 109
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            sipush 2048
            iload 1 /* codePoint */
            ldc 55296
            isub
            iconst_5
            ishr
            iadd
            caload
            istore 3 /* ix */
        start local 3 // int ix
         8: .line 110
            iload 3 /* ix */
            iconst_2
            ishl
            iload 1 /* codePoint */
            bipush 31
            iand
            iadd
            istore 3 /* ix */
         9: .line 111
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            iload 3 /* ix */
            caload
            istore 2 /* value */
        start local 2 // int value
        10: .line 112
            iload 2 /* value */
            ireturn
        end local 3 // int ix
        end local 2 // int value
        11: .line 114
      StackMap locals:
      StackMap stack:
            iload 1 /* codePoint */
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.highStart:I
            if_icmpge 19
        12: .line 116
            sipush 2080
            iload 1 /* codePoint */
            bipush 11
            ishr
            iadd
            istore 3 /* ix */
        start local 3 // int ix
        13: .line 117
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            iload 3 /* ix */
            caload
            istore 3 /* ix */
        14: .line 118
            iload 3 /* ix */
            iload 1 /* codePoint */
            iconst_5
            ishr
            bipush 63
            iand
            iadd
            istore 3 /* ix */
        15: .line 119
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            iload 3 /* ix */
            caload
            istore 3 /* ix */
        16: .line 120
            iload 3 /* ix */
            iconst_2
            ishl
            iload 1 /* codePoint */
            bipush 31
            iand
            iadd
            istore 3 /* ix */
        17: .line 121
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            iload 3 /* ix */
            caload
            istore 2 /* value */
        start local 2 // int value
        18: .line 122
            iload 2 /* value */
            ireturn
        end local 3 // int ix
        end local 2 // int value
        19: .line 124
      StackMap locals:
      StackMap stack:
            iload 1 /* codePoint */
            ldc 1114111
            if_icmpgt 22
        20: .line 125
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.highValueIndex:I
            caload
            istore 2 /* value */
        start local 2 // int value
        21: .line 126
            iload 2 /* value */
            ireturn
        end local 2 // int value
        22: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.errorValue:I
            ireturn
        end local 1 // int codePoint
        end local 0 // jdk.internal.icu.impl.Trie2_16 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Ljdk/internal/icu/impl/Trie2_16;
            0   23     1  codePoint  I
            5    6     2      value  I
           10   11     2      value  I
           18   19     2      value  I
           21   22     2      value  I
            3    6     3         ix  I
            8   11     3         ix  I
           13   19     3         ix  I
    MethodParameters:
           Name  Flags
      codePoint  

  public int getFromU16SingleLead(char);
    descriptor: (C)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.internal.icu.impl.Trie2_16 this
        start local 1 // char codeUnit
         0: .line 155
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            iload 1 /* codeUnit */
            iconst_5
            ishr
            caload
            istore 3 /* ix */
        start local 3 // int ix
         1: .line 156
            iload 3 /* ix */
            iconst_2
            ishl
            iload 1 /* codeUnit */
            bipush 31
            iand
            iadd
            istore 3 /* ix */
         2: .line 157
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.index:[C
            iload 3 /* ix */
            caload
            istore 2 /* value */
        start local 2 // int value
         3: .line 158
            iload 2 /* value */
            ireturn
        end local 3 // int ix
        end local 2 // int value
        end local 1 // char codeUnit
        end local 0 // jdk.internal.icu.impl.Trie2_16 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljdk/internal/icu/impl/Trie2_16;
            0    4     1  codeUnit  C
            3    4     2     value  I
            1    4     3        ix  I
    MethodParameters:
          Name  Flags
      codeUnit  

  public int getSerializedLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.icu.impl.Trie2_16 this
         0: .line 165
            bipush 16
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.header:Ljdk/internal/icu/impl/Trie2$UTrie2Header;
            getfield jdk.internal.icu.impl.Trie2$UTrie2Header.indexLength:I
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2_16.dataLength:I
            iadd
            iconst_2
            imul
            iadd
            ireturn
        end local 0 // jdk.internal.icu.impl.Trie2_16 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/icu/impl/Trie2_16;

  public java.util.Iterator iterator(jdk.internal.icu.impl.Trie2$ValueMapper);
    descriptor: (Ljdk/internal/icu/impl/Trie2$ValueMapper;)Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial jdk.internal.icu.impl.Trie2.iterator:(Ljdk/internal/icu/impl/Trie2$ValueMapper;)Ljava/util/Iterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial jdk.internal.icu.impl.Trie2.iterator:()Ljava/util/Iterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Trie2_16.java"
InnerClasses:
  public Range = jdk.internal.icu.impl.Trie2$Range of jdk.internal.icu.impl.Trie2
  UTrie2Header = jdk.internal.icu.impl.Trie2$UTrie2Header of jdk.internal.icu.impl.Trie2
  public abstract ValueMapper = jdk.internal.icu.impl.Trie2$ValueMapper of jdk.internal.icu.impl.Trie2