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

  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.ObjectLongHashMap this$0;
    descriptor: Lcom/carrotsearch/hppc/ObjectLongHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  protected com.carrotsearch.hppc.cursors.ObjectLongCursor<KType> fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator this
         0: .line 688
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.max:I
            if_icmpge 10
         1: .line 690
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            goto 9
         2: .line 691
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/ObjectLongHashMap;
            getfield com.carrotsearch.hppc.ObjectLongHashMap.keys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            aaload
            dup
            astore 1 /* existing */
        start local 1 // java.lang.Object existing
         3: ifnull 8
         4: .line 692
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.ObjectLongCursor.index:I
         5: .line 693
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
            aload 1 /* existing */
            putfield com.carrotsearch.hppc.cursors.ObjectLongCursor.key:Ljava/lang/Object;
         6: .line 694
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/ObjectLongHashMap;
            getfield com.carrotsearch.hppc.ObjectLongHashMap.values:[J
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            laload
            putfield com.carrotsearch.hppc.cursors.ObjectLongCursor.value:J
         7: .line 695
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
            areturn
         8: .line 690
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
        end local 1 // java.lang.Object existing
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.max:I
            if_icmplt 2
        10: .line 700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.max:I
            if_icmpne 16
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/ObjectLongHashMap;
            getfield com.carrotsearch.hppc.ObjectLongHashMap.hasEmptyKey:Z
            ifeq 16
        11: .line 701
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.ObjectLongCursor.index:I
        12: .line 702
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
            aconst_null
            putfield com.carrotsearch.hppc.cursors.ObjectLongCursor.key:Ljava/lang/Object;
        13: .line 703
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/ObjectLongHashMap;
            getfield com.carrotsearch.hppc.ObjectLongHashMap.values:[J
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.max:I
            laload
            putfield com.carrotsearch.hppc.cursors.ObjectLongCursor.value:J
        14: .line 704
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.slot:I
        15: .line 705
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
            areturn
        16: .line 708
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ObjectLongCursor
            areturn
        end local 0 // com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/carrotsearch/hppc/ObjectLongHashMap$EntryIterator;
            3    9     1  existing  TKType;
    Signature: ()Lcom/carrotsearch/hppc/cursors/ObjectLongCursor<TKType;>;

  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.ObjectLongHashMap$EntryIterator.fetch:()Lcom/carrotsearch/hppc/cursors/ObjectLongCursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/carrotsearch/hppc/AbstractIterator<Lcom/carrotsearch/hppc/cursors/ObjectLongCursor<TKType;>;>;
SourceFile: "ObjectLongHashMap.java"
NestHost: com.carrotsearch.hppc.ObjectLongHashMap
InnerClasses:
  private final EntryIterator = com.carrotsearch.hppc.ObjectLongHashMap$EntryIterator of com.carrotsearch.hppc.ObjectLongHashMap