class org.jruby.RubyHash$24 extends org.jruby.RubyHash$EntryView
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyHash$24
  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$24 this
         0: .line 2535
            aload 0 /* this */
            invokespecial org.jruby.RubyHash$EntryView.<init>:()V
            return
        end local 0 // org.jruby.RubyHash$24 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyHash$24;

  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=1, locals=3, args_size=3
        start local 0 // org.jruby.RubyHash$24 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyHash$RubyHashEntry entry
         0: .line 2538
            aload 2 /* entry */
            getfield org.jruby.RubyHash$RubyHashEntry.key:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.RubyHash$RubyHashEntry entry
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyHash$24 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyHash$24;
            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=3, args_size=3
        start local 0 // org.jruby.RubyHash$24 this
        start local 1 // org.jruby.RubyHash hash
        start local 2 // java.lang.Object o
         0: .line 2542
            aload 2 /* o */
            instanceof org.jruby.runtime.builtin.IRubyObject
            ifne 1
            iconst_0
            ireturn
         1: .line 2543
      StackMap locals:
      StackMap stack:
            aload 1 /* hash */
            aload 2 /* o */
            checkcast org.jruby.runtime.builtin.IRubyObject
            invokevirtual org.jruby.RubyHash.internalGet:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            ifnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // java.lang.Object o
        end local 1 // org.jruby.RubyHash hash
        end local 0 // org.jruby.RubyHash$24 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyHash$24;
            0    3     1  hash  Lorg/jruby/RubyHash;
            0    3     2     o  Ljava/lang/Object;
    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=3, args_size=3
        start local 0 // org.jruby.RubyHash$24 this
        start local 1 // org.jruby.RubyHash hash
        start local 2 // java.lang.Object o
         0: .line 2547
            aload 2 /* o */
            instanceof org.jruby.runtime.builtin.IRubyObject
            ifne 1
            iconst_0
            ireturn
         1: .line 2548
      StackMap locals:
      StackMap stack:
            aload 1 /* hash */
            aload 2 /* o */
            checkcast org.jruby.runtime.builtin.IRubyObject
            invokevirtual org.jruby.RubyHash.internalDelete:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyHash$RubyHashEntry;
            getstatic org.jruby.RubyHash.NO_ENTRY:Lorg/jruby/RubyHash$RubyHashEntry;
            if_acmpeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // java.lang.Object o
        end local 1 // org.jruby.RubyHash hash
        end local 0 // org.jruby.RubyHash$24 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyHash$24;
            0    3     1  hash  Lorg/jruby/RubyHash;
            0    3     2     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hash  
      o     
}
SourceFile: "RubyHash.java"
EnclosingMethod: org.jruby.RubyHash
NestHost: org.jruby.RubyHash
InnerClasses:
  org.jruby.RubyHash$24
  private abstract EntryView = org.jruby.RubyHash$EntryView of org.jruby.RubyHash
  public final RubyHashEntry = org.jruby.RubyHash$RubyHashEntry of org.jruby.RubyHash