class com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry extends com.sun.xml.internal.fastinfoset.util.KeyIntMap$BaseEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry
  super_class: com.sun.xml.internal.fastinfoset.util.KeyIntMap$BaseEntry
{
  final char[] _ch;
    descriptor: [C
    flags: (0x0010) ACC_FINAL

  final int _start;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int _length;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry _next;
    descriptor: Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
    flags: (0x0000) 

  public void <init>(char[], int, int, int, int, com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry);
    descriptor: ([CIIIILcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
        start local 4 // int hash
        start local 5 // int value
        start local 6 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry next
         0: .line 46
            aload 0 /* this */
            iload 4 /* hash */
            iload 5 /* value */
            invokespecial com.sun.xml.internal.fastinfoset.util.KeyIntMap$BaseEntry.<init>:(II)V
         1: .line 47
            aload 0 /* this */
            aload 1 /* ch */
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._ch:[C
         2: .line 48
            aload 0 /* this */
            iload 2 /* start */
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._start:I
         3: .line 49
            aload 0 /* this */
            iload 3 /* length */
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._length:I
         4: .line 50
            aload 0 /* this */
            aload 6 /* next */
            putfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._next:Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
         5: .line 51
            return
        end local 6 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry next
        end local 5 // int value
        end local 4 // int hash
        end local 3 // int length
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            0    6     1      ch  [C
            0    6     2   start  I
            0    6     3  length  I
            0    6     4    hash  I
            0    6     5   value  I
            0    6     6    next  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
    MethodParameters:
        Name  Flags
      ch      
      start   
      length  
      hash    
      value   
      next    

  public final boolean equalsCharArray(char[], int, int);
    descriptor: ([CII)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry this
        start local 1 // char[] ch
        start local 2 // int start
        start local 3 // int length
         0: .line 54
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._length:I
            iload 3 /* length */
            if_icmpne 9
         1: .line 55
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._length:I
            istore 4 /* n */
        start local 4 // int n
         2: .line 56
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._start:I
            istore 5 /* i */
        start local 5 // int i
         3: .line 57
            iload 2 /* start */
            istore 6 /* j */
        start local 6 // int j
         4: .line 58
            goto 7
         5: .line 59
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry._ch:[C
            iload 5 /* i */
            iinc 5 /* i */ 1
            caload
            aload 1 /* ch */
            iload 6 /* j */
            iinc 6 /* j */ 1
            caload
            if_icmpeq 7
         6: .line 60
            iconst_0
            ireturn
         7: .line 58
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iinc 4 /* n */ -1
            ifne 5
         8: .line 62
            iconst_1
            ireturn
        end local 6 // int j
        end local 5 // int i
        end local 4 // int n
         9: .line 65
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int length
        end local 2 // int start
        end local 1 // char[] ch
        end local 0 // com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/xml/internal/fastinfoset/util/CharArrayIntMap$Entry;
            0   10     1      ch  [C
            0   10     2   start  I
            0   10     3  length  I
            2    9     4       n  I
            3    9     5       i  I
            4    9     6       j  I
    MethodParameters:
        Name  Flags
      ch      
      start   
      length  
}
SourceFile: "CharArrayIntMap.java"
NestHost: com.sun.xml.internal.fastinfoset.util.CharArrayIntMap
InnerClasses:
  Entry = com.sun.xml.internal.fastinfoset.util.CharArrayIntMap$Entry of com.sun.xml.internal.fastinfoset.util.CharArrayIntMap
  BaseEntry = com.sun.xml.internal.fastinfoset.util.KeyIntMap$BaseEntry of com.sun.xml.internal.fastinfoset.util.KeyIntMap