public final class org.jcodings.util.IntHash$IntHashEntry<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.IntHash$IntHashEntry
  super_class: org.jcodings.util.Hash$HashEntry
{
  public void <init>(int, org.jcodings.util.Hash$HashEntry<V>, V, org.jcodings.util.Hash$HashEntry<V>);
    descriptor: (ILorg/jcodings/util/Hash$HashEntry;Ljava/lang/Object;Lorg/jcodings/util/Hash$HashEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jcodings.util.IntHash$IntHashEntry 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 // org.jcodings.util.Hash$HashEntry head
         0: .line 38
            aload 0 /* this */
            iload 1 /* hash */
            aload 2 /* next */
            aload 3 /* value */
            aload 4 /* head */
            invokespecial org.jcodings.util.Hash$HashEntry.<init>:(ILorg/jcodings/util/Hash$HashEntry;Ljava/lang/Object;Lorg/jcodings/util/Hash$HashEntry;)V
         1: .line 39
            return
        end local 4 // org.jcodings.util.Hash$HashEntry head
        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.IntHash$IntHashEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jcodings/util/IntHash$IntHashEntry<TV;>;
            0    2     1   hash  I
            0    2     2   next  Lorg/jcodings/util/Hash$HashEntry<TV;>;
            0    2     3  value  TV;
            0    2     4   head  Lorg/jcodings/util/Hash$HashEntry<TV;>;
    Signature: (ILorg/jcodings/util/Hash$HashEntry<TV;>;TV;Lorg/jcodings/util/Hash$HashEntry<TV;>;)V
    MethodParameters:
       Name  Flags
      hash   
      next   
      value  
      head   

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jcodings.util.IntHash$IntHashEntry this
         0: .line 42
            aload 0 /* this */
            invokespecial org.jcodings.util.Hash$HashEntry.<init>:()V
         1: .line 43
            return
        end local 0 // org.jcodings.util.IntHash$IntHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jcodings/util/IntHash$IntHashEntry<TV;>;
}
Signature: <V:Ljava/lang/Object;>Lorg/jcodings/util/Hash$HashEntry<TV;>;
SourceFile: "IntHash.java"
NestHost: org.jcodings.util.IntHash
InnerClasses:
  public HashEntry = org.jcodings.util.Hash$HashEntry of org.jcodings.util.Hash
  public final IntHashEntry = org.jcodings.util.IntHash$IntHashEntry of org.jcodings.util.IntHash