public class org.jruby.util.RecursiveComparator$Pair
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.util.RecursiveComparator$Pair
  super_class: java.lang.Object
{
  final int a;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int b;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  public void <init>(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.util.RecursiveComparator$Pair this
        start local 1 // org.jruby.runtime.builtin.IRubyObject a
        start local 2 // org.jruby.runtime.builtin.IRubyObject b
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* a */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            putfield org.jruby.util.RecursiveComparator$Pair.a:I
         2: .line 68
            aload 0 /* this */
            aload 2 /* b */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            putfield org.jruby.util.RecursiveComparator$Pair.b:I
         3: .line 69
            return
        end local 2 // org.jruby.runtime.builtin.IRubyObject b
        end local 1 // org.jruby.runtime.builtin.IRubyObject a
        end local 0 // org.jruby.util.RecursiveComparator$Pair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/util/RecursiveComparator$Pair;
            0    4     1     a  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     2     b  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
      Name  Flags
      a     
      b     

  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 // org.jruby.util.RecursiveComparator$Pair this
        start local 1 // java.lang.Object other
         0: .line 73
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 74
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.jruby.util.RecursiveComparator$Pair
            ifeq 5
         2: .line 75
            aload 1 /* other */
            checkcast org.jruby.util.RecursiveComparator$Pair
            astore 2 /* pair */
        start local 2 // org.jruby.util.RecursiveComparator$Pair pair
         3: .line 76
            aload 0 /* this */
            getfield org.jruby.util.RecursiveComparator$Pair.a:I
            aload 2 /* pair */
            getfield org.jruby.util.RecursiveComparator$Pair.a:I
            if_icmpne 4
            aload 0 /* this */
            getfield org.jruby.util.RecursiveComparator$Pair.b:I
            aload 2 /* pair */
            getfield org.jruby.util.RecursiveComparator$Pair.b:I
            if_icmpne 4
            iconst_1
            ireturn
      StackMap locals: org.jruby.util.RecursiveComparator$Pair
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // org.jruby.util.RecursiveComparator$Pair pair
         5: .line 78
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.jruby.util.RecursiveComparator$Pair this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/jruby/util/RecursiveComparator$Pair;
            0    6     1  other  Ljava/lang/Object;
            3    5     2   pair  Lorg/jruby/util/RecursiveComparator$Pair;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.util.RecursiveComparator$Pair this
         0: .line 83
            bipush 31
            aload 0 /* this */
            getfield org.jruby.util.RecursiveComparator$Pair.a:I
            imul
            aload 0 /* this */
            getfield org.jruby.util.RecursiveComparator$Pair.b:I
            iadd
            ireturn
        end local 0 // org.jruby.util.RecursiveComparator$Pair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/RecursiveComparator$Pair;
}
SourceFile: "RecursiveComparator.java"
NestHost: org.jruby.util.RecursiveComparator
InnerClasses:
  public Pair = org.jruby.util.RecursiveComparator$Pair of org.jruby.util.RecursiveComparator