public final class org.jruby.RubyHash$RubyHashEntry implements java.util.Map$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jruby.RubyHash$RubyHashEntry
  super_class: java.lang.Object
{
  org.jruby.runtime.builtin.IRubyObject key;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0000) 

  org.jruby.runtime.builtin.IRubyObject value;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0000) 

  private org.jruby.RubyHash$RubyHashEntry next;
    descriptor: Lorg/jruby/RubyHash$RubyHashEntry;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.RubyHash$RubyHashEntry prevAdded;
    descriptor: Lorg/jruby/RubyHash$RubyHashEntry;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.RubyHash$RubyHashEntry nextAdded;
    descriptor: Lorg/jruby/RubyHash$RubyHashEntry;
    flags: (0x0002) ACC_PRIVATE

  private int hash;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$RubyHashEntry this
         0: .line 359
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 360
            aload 0 /* this */
            getstatic org.jruby.RubyHash.NEVER:Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 361
            return
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyHash$RubyHashEntry;

  public void <init>(int, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyHash$RubyHashEntry, org.jruby.RubyHash$RubyHashEntry);
    descriptor: (ILorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyHash$RubyHashEntry;Lorg/jruby/RubyHash$RubyHashEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.jruby.RubyHash$RubyHashEntry this
        start local 1 // int h
        start local 2 // org.jruby.runtime.builtin.IRubyObject k
        start local 3 // org.jruby.runtime.builtin.IRubyObject v
        start local 4 // org.jruby.RubyHash$RubyHashEntry e
        start local 5 // org.jruby.RubyHash$RubyHashEntry head
         0: .line 363
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 364
            aload 0 /* this */
            aload 2 /* k */
            putfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            aload 3 /* v */
            putfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 0 /* this */
            aload 4 /* e */
            putfield org.jruby.RubyHash$RubyHashEntry.next:Lorg/jruby/RubyHash$RubyHashEntry;
            aload 0 /* this */
            iload 1 /* h */
            putfield org.jruby.RubyHash$RubyHashEntry.hash:I
         2: .line 365
            aload 5 /* head */
            ifnull 7
         3: .line 366
            aload 0 /* this */
            aload 5 /* head */
            getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
            putfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
         4: .line 367
            aload 0 /* this */
            aload 5 /* head */
            putfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
         5: .line 368
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
            aload 0 /* this */
            putfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
         6: .line 369
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
            aload 0 /* this */
            putfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
         7: .line 371
      StackMap locals: org.jruby.RubyHash$RubyHashEntry int org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.RubyHash$RubyHashEntry org.jruby.RubyHash$RubyHashEntry
      StackMap stack:
            return
        end local 5 // org.jruby.RubyHash$RubyHashEntry head
        end local 4 // org.jruby.RubyHash$RubyHashEntry e
        end local 3 // org.jruby.runtime.builtin.IRubyObject v
        end local 2 // org.jruby.runtime.builtin.IRubyObject k
        end local 1 // int h
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/jruby/RubyHash$RubyHashEntry;
            0    8     1     h  I
            0    8     2     k  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     3     v  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     4     e  Lorg/jruby/RubyHash$RubyHashEntry;
            0    8     5  head  Lorg/jruby/RubyHash$RubyHashEntry;
    MethodParameters:
      Name  Flags
      h     
      k     
      v     
      e     
      head  

  public void detach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$RubyHashEntry this
         0: .line 374
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
            ifnull 4
         1: .line 375
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
            putfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
         2: .line 376
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.nextAdded:Lorg/jruby/RubyHash$RubyHashEntry;
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
            putfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
         3: .line 377
            aload 0 /* this */
            aconst_null
            putfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
         4: .line 379
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/jruby/RubyHash$RubyHashEntry;

  public boolean isLive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$RubyHashEntry this
         0: .line 382
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.prevAdded:Lorg/jruby/RubyHash$RubyHashEntry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyHash$RubyHashEntry;

  public java.lang.Object getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$RubyHashEntry this
         0: .line 387
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$RubyHashEntry;

  public java.lang.Object getJavaifiedKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$RubyHashEntry this
         0: .line 390
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            ldc Ljava/lang/Object;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$RubyHashEntry;

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$RubyHashEntry this
         0: .line 395
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$RubyHashEntry;

  public java.lang.Object getJavaifiedValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$RubyHashEntry this
         0: .line 398
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            ldc Ljava/lang/Object;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$RubyHashEntry;

  public java.lang.Object setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.RubyHash$RubyHashEntry this
        start local 1 // java.lang.Object value
         0: .line 403
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* oldValue */
        start local 2 // org.jruby.runtime.builtin.IRubyObject oldValue
         1: .line 404
            aload 1 /* value */
            instanceof org.jruby.runtime.builtin.IRubyObject
            ifeq 4
         2: .line 405
            aload 0 /* this */
            aload 1 /* value */
            checkcast org.jruby.runtime.builtin.IRubyObject
            putfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
         3: .line 406
            goto 5
         4: .line 407
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "directEntrySet() doesn't support setValue for non IRubyObject instance entries, convert them manually or use entrySet() instead"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 409
      StackMap locals:
      StackMap stack:
            aload 2 /* oldValue */
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject oldValue
        end local 1 // java.lang.Object value
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyHash$RubyHashEntry;
            0    6     1     value  Ljava/lang/Object;
            1    6     2  oldValue  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
       Name  Flags
      value  

  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.RubyHash$RubyHashEntry this
        start local 1 // java.lang.Object other
         0: .line 414
            aload 1 /* other */
            instanceof org.jruby.RubyHash$RubyHashEntry
            ifne 1
            iconst_0
            ireturn
         1: .line 415
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.jruby.RubyHash$RubyHashEntry
            astore 2 /* otherEntry */
        start local 2 // org.jruby.RubyHash$RubyHashEntry otherEntry
         2: .line 417
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* otherEntry */
            getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            if_acmpeq 3
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* otherEntry */
            getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.eql:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 5
         3: .line 418
      StackMap locals: org.jruby.RubyHash$RubyHashEntry
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* otherEntry */
            getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            if_acmpeq 4
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* otherEntry */
            getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 417
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // org.jruby.RubyHash$RubyHashEntry otherEntry
        end local 1 // java.lang.Object other
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/jruby/RubyHash$RubyHashEntry;
            0    6     1       other  Ljava/lang/Object;
            2    6     2  otherEntry  Lorg/jruby/RubyHash$RubyHashEntry;
    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.RubyHash$RubyHashEntry this
         0: .line 423
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.Object.hashCode:()I
            aload 0 /* this */
            getfield org.jruby.RubyHash$RubyHashEntry.value:Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual java.lang.Object.hashCode:()I
            ixor
            ireturn
        end local 0 // org.jruby.RubyHash$RubyHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$RubyHashEntry;
}
SourceFile: "RubyHash.java"
NestHost: org.jruby.RubyHash
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public final RubyHashEntry = org.jruby.RubyHash$RubyHashEntry of org.jruby.RubyHash