public class jdk.internal.icu.impl.Trie2$Range
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.icu.impl.Trie2$Range
  super_class: java.lang.Object
{
  public int startCodePoint;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int endCodePoint;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int value;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean leadSurrogate;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.icu.impl.Trie2$Range this
         0: .line 243
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.internal.icu.impl.Trie2$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/icu/impl/Trie2$Range;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.icu.impl.Trie2$Range this
        start local 1 // java.lang.Object other
         0: .line 250
            aload 1 /* other */
            ifnull 1
            aload 1 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 251
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 253
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast jdk.internal.icu.impl.Trie2$Range
            astore 2 /* tother */
        start local 2 // jdk.internal.icu.impl.Trie2$Range tother
         3: .line 254
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2$Range.startCodePoint:I
            aload 2 /* tother */
            getfield jdk.internal.icu.impl.Trie2$Range.startCodePoint:I
            if_icmpne 8
         4: .line 255
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2$Range.endCodePoint:I
            aload 2 /* tother */
            getfield jdk.internal.icu.impl.Trie2$Range.endCodePoint:I
            if_icmpne 8
         5: .line 256
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2$Range.value:I
            aload 2 /* tother */
            getfield jdk.internal.icu.impl.Trie2$Range.value:I
            if_icmpne 8
         6: .line 257
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2$Range.leadSurrogate:Z
            aload 2 /* tother */
            getfield jdk.internal.icu.impl.Trie2$Range.leadSurrogate:Z
            if_icmpne 8
         7: .line 254
            iconst_1
            ireturn
      StackMap locals: jdk.internal.icu.impl.Trie2$Range
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // jdk.internal.icu.impl.Trie2$Range tother
        end local 1 // java.lang.Object other
        end local 0 // jdk.internal.icu.impl.Trie2$Range this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljdk/internal/icu/impl/Trie2$Range;
            0    9     1   other  Ljava/lang/Object;
            3    9     2  tother  Ljdk/internal/icu/impl/Trie2$Range;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.internal.icu.impl.Trie2$Range this
         0: .line 261
            invokestatic jdk.internal.icu.impl.Trie2.initHash:()I
            istore 1 /* h */
        start local 1 // int h
         1: .line 262
            iload 1 /* h */
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2$Range.startCodePoint:I
            invokestatic jdk.internal.icu.impl.Trie2.hashUChar32:(II)I
            istore 1 /* h */
         2: .line 263
            iload 1 /* h */
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2$Range.endCodePoint:I
            invokestatic jdk.internal.icu.impl.Trie2.hashUChar32:(II)I
            istore 1 /* h */
         3: .line 264
            iload 1 /* h */
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2$Range.value:I
            invokestatic jdk.internal.icu.impl.Trie2.hashInt:(II)I
            istore 1 /* h */
         4: .line 265
            iload 1 /* h */
            aload 0 /* this */
            getfield jdk.internal.icu.impl.Trie2$Range.leadSurrogate:Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: jdk.internal.icu.impl.Trie2$Range int
      StackMap stack: int
         5: iconst_0
      StackMap locals: jdk.internal.icu.impl.Trie2$Range int
      StackMap stack: int int
         6: invokestatic jdk.internal.icu.impl.Trie2.hashByte:(II)I
            istore 1 /* h */
         7: .line 266
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // jdk.internal.icu.impl.Trie2$Range this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/icu/impl/Trie2$Range;
            1    8     1     h  I
}
SourceFile: "Trie2.java"
NestHost: jdk.internal.icu.impl.Trie2
InnerClasses:
  public Range = jdk.internal.icu.impl.Trie2$Range of jdk.internal.icu.impl.Trie2