public final class org.jcodings.util.ObjHash$ObjHashEntry<K, V> extends org.jcodings.util.Hash$HashEntry<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jcodings.util.ObjHash$ObjHashEntry
  super_class: org.jcodings.util.Hash$HashEntry
{
  public final K key;
    descriptor: Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: TK;

  public void <init>(int, org.jcodings.util.Hash$HashEntry<V>, V, K, org.jcodings.util.Hash$HashEntry<V>);
    descriptor: (ILorg/jcodings/util/Hash$HashEntry;Ljava/lang/Object;Ljava/lang/Object;Lorg/jcodings/util/Hash$HashEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.jcodings.util.ObjHash$ObjHashEntry this
        start local 1 // int hash
        start local 2 // org.jcodings.util.Hash$HashEntry next
        start local 3 // java.lang.Object value
        start local 4 // java.lang.Object key
        start local 5 // org.jcodings.util.Hash$HashEntry head
         0: .line 32
            aload 0 /* this */
            iload 1 /* hash */
            aload 2 /* next */
            aload 3 /* value */
            aload 5 /* head */
            invokespecial org.jcodings.util.Hash$HashEntry.<init>:(ILorg/jcodings/util/Hash$HashEntry;Ljava/lang/Object;Lorg/jcodings/util/Hash$HashEntry;)V
         1: .line 33
            aload 0 /* this */
            aload 4 /* key */
            putfield org.jcodings.util.ObjHash$ObjHashEntry.key:Ljava/lang/Object;
         2: .line 34
            return
        end local 5 // org.jcodings.util.Hash$HashEntry head
        end local 4 // java.lang.Object key
        end local 3 // java.lang.Object value
        end local 2 // org.jcodings.util.Hash$HashEntry next
        end local 1 // int hash
        end local 0 // org.jcodings.util.ObjHash$ObjHashEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jcodings/util/ObjHash$ObjHashEntry<TK;TV;>;
            0    3     1   hash  I
            0    3     2   next  Lorg/jcodings/util/Hash$HashEntry<TV;>;
            0    3     3  value  TV;
            0    3     4    key  TK;
            0    3     5   head  Lorg/jcodings/util/Hash$HashEntry<TV;>;
    Signature: (ILorg/jcodings/util/Hash$HashEntry<TV;>;TV;TK;Lorg/jcodings/util/Hash$HashEntry<TV;>;)V
    MethodParameters:
       Name  Flags
      hash   
      next   
      value  
      key    
      head   

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jcodings.util.ObjHash$ObjHashEntry this
         0: .line 37
            aload 0 /* this */
            invokespecial org.jcodings.util.Hash$HashEntry.<init>:()V
         1: .line 38
            aload 0 /* this */
            aconst_null
            putfield org.jcodings.util.ObjHash$ObjHashEntry.key:Ljava/lang/Object;
         2: .line 39
            return
        end local 0 // org.jcodings.util.ObjHash$ObjHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jcodings/util/ObjHash$ObjHashEntry<TK;TV;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jcodings.util.ObjHash$ObjHashEntry this
        start local 1 // java.lang.Object key
         0: .line 42
            aload 0 /* this */
            getfield org.jcodings.util.ObjHash$ObjHashEntry.key:Ljava/lang/Object;
            aload 1 /* key */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jcodings.util.ObjHash$ObjHashEntry.key:Ljava/lang/Object;
            aload 1 /* key */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // org.jcodings.util.ObjHash$ObjHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jcodings/util/ObjHash$ObjHashEntry<TK;TV;>;
            0    2     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/jcodings/util/Hash$HashEntry<TV;>;
SourceFile: "ObjHash.java"
NestHost: org.jcodings.util.ObjHash
InnerClasses:
  public HashEntry = org.jcodings.util.Hash$HashEntry of org.jcodings.util.Hash
  public final ObjHashEntry = org.jcodings.util.ObjHash$ObjHashEntry of org.jcodings.util.ObjHash