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

  public boolean matches(org.jruby.RubyHash$RubyHashEntry, java.lang.Object);
    descriptor: (Lorg/jruby/RubyHash$RubyHashEntry;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.RubyHash$3 this
        start local 1 // org.jruby.RubyHash$RubyHashEntry entry
        start local 2 // java.lang.Object obj
         0: .line 657
            aload 1 /* entry */
            aload 2 /* obj */
            invokevirtual org.jruby.RubyHash$RubyHashEntry.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // java.lang.Object obj
        end local 1 // org.jruby.RubyHash$RubyHashEntry entry
        end local 0 // org.jruby.RubyHash$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jruby/RubyHash$3;
            0    1     1  entry  Lorg/jruby/RubyHash$RubyHashEntry;
            0    1     2    obj  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      entry  final
      obj    final
}
SourceFile: "RubyHash.java"
EnclosingMethod: org.jruby.RubyHash
NestHost: org.jruby.RubyHash
InnerClasses:
  org.jruby.RubyHash$3
  private abstract EntryMatchType = org.jruby.RubyHash$EntryMatchType of org.jruby.RubyHash
  public final RubyHashEntry = org.jruby.RubyHash$RubyHashEntry of org.jruby.RubyHash