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

  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$28 this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyHash$RubyHashEntry entry
         0: .line 2610
            aload 2 /* entry */
            areturn
        end local 2 // org.jruby.RubyHash$RubyHashEntry entry
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyHash$28 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyHash$28;
            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$28 this
        start local 1 // org.jruby.RubyHash hash
        start local 2 // java.lang.Object o
         0: .line 2614
            aload 2 /* o */
            instanceof org.jruby.RubyHash$RubyHashEntry
            ifne 1
            iconst_0
            ireturn
         1: .line 2615
      StackMap locals:
      StackMap stack:
            aload 2 /* o */
            checkcast org.jruby.RubyHash$RubyHashEntry
            astore 3 /* entry */
        start local 3 // org.jruby.RubyHash$RubyHashEntry entry
         2: .line 2616
            aload 1 /* hash */
            aload 3 /* entry */
            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 2617
            aload 4 /* candidate */
            getstatic org.jruby.RubyHash.NO_ENTRY:Lorg/jruby/RubyHash$RubyHashEntry;
            if_acmpeq 4
            aload 3 /* entry */
            aload 4 /* candidate */
            invokevirtual org.jruby.RubyHash$RubyHashEntry.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: org.jruby.RubyHash$RubyHashEntry org.jruby.RubyHash$RubyHashEntry
      StackMap stack:
         4: iconst_0
            ireturn
        end local 4 // org.jruby.RubyHash$RubyHashEntry candidate
        end local 3 // org.jruby.RubyHash$RubyHashEntry entry
        end local 2 // java.lang.Object o
        end local 1 // org.jruby.RubyHash hash
        end local 0 // org.jruby.RubyHash$28 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/jruby/RubyHash$28;
            0    5     1       hash  Lorg/jruby/RubyHash;
            0    5     2          o  Ljava/lang/Object;
            2    5     3      entry  Lorg/jruby/RubyHash$RubyHashEntry;
            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=3, args_size=3
        start local 0 // org.jruby.RubyHash$28 this
        start local 1 // org.jruby.RubyHash hash
        start local 2 // java.lang.Object o
         0: .line 2621
            aload 2 /* o */
            instanceof org.jruby.RubyHash$RubyHashEntry
            ifne 1
            iconst_0
            ireturn
         1: .line 2622
      StackMap locals:
      StackMap stack:
            aload 1 /* hash */
            aload 2 /* o */
            checkcast org.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 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$28 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyHash$28;
            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$28
  private abstract EntryView = org.jruby.RubyHash$EntryView of org.jruby.RubyHash
  public final RubyHashEntry = org.jruby.RubyHash$RubyHashEntry of org.jruby.RubyHash