final class com.carrotsearch.hppc.CharByteHashMap$EntryIterator extends com.carrotsearch.hppc.AbstractIterator<com.carrotsearch.hppc.cursors.CharByteCursor>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.carrotsearch.hppc.CharByteHashMap$EntryIterator
  super_class: com.carrotsearch.hppc.AbstractIterator
{
  private final com.carrotsearch.hppc.cursors.CharByteCursor cursor;
    descriptor: Lcom/carrotsearch/hppc/cursors/CharByteCursor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int max;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int slot;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final com.carrotsearch.hppc.CharByteHashMap this$0;
    descriptor: Lcom/carrotsearch/hppc/CharByteHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.carrotsearch.hppc.CharByteHashMap);
    descriptor: (Lcom/carrotsearch/hppc/CharByteHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.CharByteHashMap$EntryIterator this
         0: .line 678
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/CharByteHashMap;
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractIterator.<init>:()V
         1: .line 675
            aload 0 /* this */
            aload 1
            getfield com.carrotsearch.hppc.CharByteHashMap.mask:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.max:I
         2: .line 676
            aload 0 /* this */
            iconst_m1
            putfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
         3: .line 679
            aload 0 /* this */
            new com.carrotsearch.hppc.cursors.CharByteCursor
            dup
            invokespecial com.carrotsearch.hppc.cursors.CharByteCursor.<init>:()V
            putfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/CharByteCursor;
         4: .line 680
            return
        end local 0 // com.carrotsearch.hppc.CharByteHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/CharByteHashMap$EntryIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  protected com.carrotsearch.hppc.cursors.CharByteCursor fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/CharByteCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.carrotsearch.hppc.CharByteHashMap$EntryIterator this
         0: .line 684
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.max:I
            if_icmpge 10
         1: .line 686
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            goto 9
         2: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/CharByteHashMap;
            getfield com.carrotsearch.hppc.CharByteHashMap.keys:[C
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            caload
            dup
            istore 1 /* existing */
        start local 1 // char existing
         3: ifeq 8
         4: .line 688
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/CharByteCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.CharByteCursor.index:I
         5: .line 689
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/CharByteCursor;
            iload 1 /* existing */
            putfield com.carrotsearch.hppc.cursors.CharByteCursor.key:C
         6: .line 690
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/CharByteCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/CharByteHashMap;
            getfield com.carrotsearch.hppc.CharByteHashMap.values:[B
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            baload
            putfield com.carrotsearch.hppc.cursors.CharByteCursor.value:B
         7: .line 691
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/CharByteCursor;
            areturn
         8: .line 686
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
        end local 1 // char existing
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.max:I
            if_icmplt 2
        10: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.max:I
            if_icmpne 16
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/CharByteHashMap;
            getfield com.carrotsearch.hppc.CharByteHashMap.hasEmptyKey:Z
            ifeq 16
        11: .line 697
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/CharByteCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.CharByteCursor.index:I
        12: .line 698
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/CharByteCursor;
            iconst_0
            putfield com.carrotsearch.hppc.cursors.CharByteCursor.key:C
        13: .line 699
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/CharByteCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/CharByteHashMap;
            getfield com.carrotsearch.hppc.CharByteHashMap.values:[B
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.max:I
            baload
            putfield com.carrotsearch.hppc.cursors.CharByteCursor.value:B
        14: .line 700
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.slot:I
        15: .line 701
            aload 0 /* this */
            getfield com.carrotsearch.hppc.CharByteHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/CharByteCursor;
            areturn
        16: .line 704
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.CharByteHashMap$EntryIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.CharByteCursor
            areturn
        end local 0 // com.carrotsearch.hppc.CharByteHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/carrotsearch/hppc/CharByteHashMap$EntryIterator;
            3    9     1  existing  C

  protected java.lang.Object fetch();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.carrotsearch.hppc.CharByteHashMap$EntryIterator.fetch:()Lcom/carrotsearch/hppc/cursors/CharByteCursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/carrotsearch/hppc/AbstractIterator<Lcom/carrotsearch/hppc/cursors/CharByteCursor;>;
SourceFile: "CharByteHashMap.java"
NestHost: com.carrotsearch.hppc.CharByteHashMap
InnerClasses:
  private final EntryIterator = com.carrotsearch.hppc.CharByteHashMap$EntryIterator of com.carrotsearch.hppc.CharByteHashMap