class org.jruby.RubyHash$29 extends org.jruby.RubyHash$EntryView
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyHash$29
  super_class: org.jruby.RubyHash$EntryView
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyHash$29 this
         0: .line 2626
            aload 0 /* this */
            invokespecial org.jruby.RubyHash$EntryView.<init>:()V
            return
        end local 0 // org.jruby.RubyHash$29 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$29;

  public java.lang.Object convertEntry(org.jruby.Ruby, org.jruby.RubyHash$RubyHashEntry);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyHash$RubyHashEntry;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyHash$29 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyHash$RubyHashEntry entry
         0: .line 2629
            new org.jruby.RubyHash$ConvertingEntry
            dup
            aload 1 /* runtime */
            aload 2 /* entry */
            invokespecial org.jruby.RubyHash$ConvertingEntry.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyHash$RubyHashEntry;)V
            areturn
        end local 2 // org.jruby.RubyHash$RubyHashEntry entry
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyHash$29 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyHash$29;
            0    1     1  runtime  Lorg/jruby/Ruby;
            0    1     2    entry  Lorg/jruby/RubyHash$RubyHashEntry;
    MethodParameters:
         Name  Flags
      runtime  
      entry    

  public boolean contains(org.jruby.RubyHash, java.lang.Object);
    descriptor: (Lorg/jruby/RubyHash;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.jruby.RubyHash$29 this
        start local 1 // org.jruby.RubyHash hash
        start local 2 // java.lang.Object o
         0: .line 2633
            aload 2 /* o */
            instanceof org.jruby.RubyHash$ConvertingEntry
            ifne 1
            iconst_0
            ireturn
         1: .line 2634
      StackMap locals:
      StackMap stack:
            aload 2 /* o */
            checkcast org.jruby.RubyHash$ConvertingEntry
            astore 3 /* entry */
        start local 3 // org.jruby.RubyHash$ConvertingEntry entry
         2: .line 2635
            aload 1 /* hash */
            aload 3 /* entry */
            getfield org.jruby.RubyHash$ConvertingEntry.entry:Lorg/jruby/RubyHash$RubyHashEntry;
            getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.RubyHash.internalGetEntry:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyHash$RubyHashEntry;
            astore 4 /* candidate */
        start local 4 // org.jruby.RubyHash$RubyHashEntry candidate
         3: .line 2636
            aload 4 /* candidate */
            getstatic org.jruby.RubyHash.NO_ENTRY:Lorg/jruby/RubyHash$RubyHashEntry;
            if_acmpeq 4
            aload 3 /* entry */
            getfield org.jruby.RubyHash$ConvertingEntry.entry:Lorg/jruby/RubyHash$RubyHashEntry;
            aload 4 /* candidate */
            invokevirtual org.jruby.RubyHash$RubyHashEntry.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.jruby.RubyHash$ConvertingEntry org.jruby.RubyHash$RubyHashEntry
      StackMap stack:
         4: iconst_0
            ireturn
        end local 4 // org.jruby.RubyHash$RubyHashEntry candidate
        end local 3 // org.jruby.RubyHash$ConvertingEntry entry
        end local 2 // java.lang.Object o
        end local 1 // org.jruby.RubyHash hash
        end local 0 // org.jruby.RubyHash$29 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/jruby/RubyHash$29;
            0    5     1       hash  Lorg/jruby/RubyHash;
            0    5     2          o  Ljava/lang/Object;
            2    5     3      entry  Lorg/jruby/RubyHash$ConvertingEntry;
            3    5     4  candidate  Lorg/jruby/RubyHash$RubyHashEntry;
    MethodParameters:
      Name  Flags
      hash  
      o     

  public boolean remove(org.jruby.RubyHash, java.lang.Object);
    descriptor: (Lorg/jruby/RubyHash;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jruby.RubyHash$29 this
        start local 1 // org.jruby.RubyHash hash
        start local 2 // java.lang.Object o
         0: .line 2640
            aload 2 /* o */
            instanceof org.jruby.RubyHash$ConvertingEntry
            ifne 1
            iconst_0
            ireturn
         1: .line 2641
      StackMap locals:
      StackMap stack:
            aload 2 /* o */
            checkcast org.jruby.RubyHash$ConvertingEntry
            astore 3 /* entry */
        start local 3 // org.jruby.RubyHash$ConvertingEntry entry
         2: .line 2642
            aload 1 /* hash */
            aload 3 /* entry */
            getfield org.jruby.RubyHash$ConvertingEntry.entry:Lorg/jruby/RubyHash$RubyHashEntry;
            invokevirtual org.jruby.RubyHash.internalDeleteEntry:(Lorg/jruby/RubyHash$RubyHashEntry;)Lorg/jruby/RubyHash$RubyHashEntry;
            getstatic org.jruby.RubyHash.NO_ENTRY:Lorg/jruby/RubyHash$RubyHashEntry;
            if_acmpeq 3
            iconst_1
            ireturn
      StackMap locals: org.jruby.RubyHash$ConvertingEntry
      StackMap stack:
         3: iconst_0
            ireturn
        end local 3 // org.jruby.RubyHash$ConvertingEntry entry
        end local 2 // java.lang.Object o
        end local 1 // org.jruby.RubyHash hash
        end local 0 // org.jruby.RubyHash$29 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/jruby/RubyHash$29;
            0    4     1   hash  Lorg/jruby/RubyHash;
            0    4     2      o  Ljava/lang/Object;
            2    4     3  entry  Lorg/jruby/RubyHash$ConvertingEntry;
    MethodParameters:
      Name  Flags
      hash  
      o     
}
SourceFile: "RubyHash.java"
EnclosingMethod: org.jruby.RubyHash
NestHost: org.jruby.RubyHash
InnerClasses:
  org.jruby.RubyHash$29
  private ConvertingEntry = org.jruby.RubyHash$ConvertingEntry of org.jruby.RubyHash
  private abstract EntryView = org.jruby.RubyHash$EntryView of org.jruby.RubyHash
  public final RubyHashEntry = org.jruby.RubyHash$RubyHashEntry of org.jruby.RubyHash