public final class org.jcodings.util.BytesHash$BytesHashEntry<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.BytesHash$BytesHashEntry
  super_class: org.jcodings.util.Hash$HashEntry
{
  public final byte[] bytes;
    descriptor: [B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int p;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int end;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(int, org.jcodings.util.Hash$HashEntry<V>, V, byte[], int, int, org.jcodings.util.Hash$HashEntry<V>);
    descriptor: (ILorg/jcodings/util/Hash$HashEntry;Ljava/lang/Object;[BIILorg/jcodings/util/Hash$HashEntry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=8
        start local 0 // org.jcodings.util.BytesHash$BytesHashEntry 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 // byte[] bytes
        start local 5 // int p
        start local 6 // int end
        start local 7 // org.jcodings.util.Hash$HashEntry head
         0: .line 42
            aload 0 /* this */
            iload 1 /* hash */
            aload 2 /* next */
            aload 3 /* value */
            aload 7 /* head */
            invokespecial org.jcodings.util.Hash$HashEntry.<init>:(ILorg/jcodings/util/Hash$HashEntry;Ljava/lang/Object;Lorg/jcodings/util/Hash$HashEntry;)V
         1: .line 43
            aload 0 /* this */
            aload 4 /* bytes */
            putfield org.jcodings.util.BytesHash$BytesHashEntry.bytes:[B
         2: .line 44
            aload 0 /* this */
            iload 5 /* p */
            putfield org.jcodings.util.BytesHash$BytesHashEntry.p:I
         3: .line 45
            aload 0 /* this */
            iload 6 /* end */
            putfield org.jcodings.util.BytesHash$BytesHashEntry.end:I
         4: .line 46
            return
        end local 7 // org.jcodings.util.Hash$HashEntry head
        end local 6 // int end
        end local 5 // int p
        end local 4 // byte[] bytes
        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.BytesHash$BytesHashEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/jcodings/util/BytesHash$BytesHashEntry<TV;>;
            0    5     1   hash  I
            0    5     2   next  Lorg/jcodings/util/Hash$HashEntry<TV;>;
            0    5     3  value  TV;
            0    5     4  bytes  [B
            0    5     5      p  I
            0    5     6    end  I
            0    5     7   head  Lorg/jcodings/util/Hash$HashEntry<TV;>;
    Signature: (ILorg/jcodings/util/Hash$HashEntry<TV;>;TV;[BIILorg/jcodings/util/Hash$HashEntry<TV;>;)V
    MethodParameters:
       Name  Flags
      hash   
      next   
      value  
      bytes  
      p      
      end    
      head   

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jcodings.util.BytesHash$BytesHashEntry this
         0: .line 49
            aload 0 /* this */
            invokespecial org.jcodings.util.Hash$HashEntry.<init>:()V
         1: .line 50
            aload 0 /* this */
            aconst_null
            putfield org.jcodings.util.BytesHash$BytesHashEntry.bytes:[B
         2: .line 51
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield org.jcodings.util.BytesHash$BytesHashEntry.end:I
            putfield org.jcodings.util.BytesHash$BytesHashEntry.p:I
         3: .line 52
            return
        end local 0 // org.jcodings.util.BytesHash$BytesHashEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jcodings/util/BytesHash$BytesHashEntry<TV;>;

  public boolean equals(byte[], int, int);
    descriptor: ([BII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.jcodings.util.BytesHash$BytesHashEntry this
        start local 1 // byte[] bytes
        start local 2 // int p
        start local 3 // int end
         0: .line 55
            aload 0 /* this */
            getfield org.jcodings.util.BytesHash$BytesHashEntry.end:I
            aload 0 /* this */
            getfield org.jcodings.util.BytesHash$BytesHashEntry.p:I
            isub
            iload 3 /* end */
            iload 2 /* p */
            isub
            if_icmpeq 1
            iconst_0
            ireturn
         1: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jcodings.util.BytesHash$BytesHashEntry.bytes:[B
            aload 1 /* bytes */
            if_acmpne 2
            iconst_1
            ireturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jcodings.util.BytesHash$BytesHashEntry.p:I
            istore 4 /* q */
        start local 4 // int q
         3: .line 58
            goto 5
      StackMap locals: int
      StackMap stack:
         4: aload 0 /* this */
            getfield org.jcodings.util.BytesHash$BytesHashEntry.bytes:[B
            iload 4 /* q */
            iinc 4 /* q */ 1
            baload
            aload 1 /* bytes */
            iload 2 /* p */
            iinc 2 /* p */ 1
            baload
            if_icmpeq 5
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         5: iload 4 /* q */
            aload 0 /* this */
            getfield org.jcodings.util.BytesHash$BytesHashEntry.end:I
            if_icmplt 4
         6: .line 59
            iconst_1
            ireturn
        end local 4 // int q
        end local 3 // int end
        end local 2 // int p
        end local 1 // byte[] bytes
        end local 0 // org.jcodings.util.BytesHash$BytesHashEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/jcodings/util/BytesHash$BytesHashEntry<TV;>;
            0    7     1  bytes  [B
            0    7     2      p  I
            0    7     3    end  I
            3    7     4      q  I
    MethodParameters:
       Name  Flags
      bytes  
      p      
      end    
}
Signature: <V:Ljava/lang/Object;>Lorg/jcodings/util/Hash$HashEntry<TV;>;
SourceFile: "BytesHash.java"
NestHost: org.jcodings.util.BytesHash
InnerClasses:
  public final BytesHashEntry = org.jcodings.util.BytesHash$BytesHashEntry of org.jcodings.util.BytesHash
  public HashEntry = org.jcodings.util.Hash$HashEntry of org.jcodings.util.Hash