public final class com.carrotsearch.hppc.LongHashSet$EntryIterator extends com.carrotsearch.hppc.AbstractIterator<com.carrotsearch.hppc.cursors.LongCursor>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.carrotsearch.hppc.LongHashSet$EntryIterator
  super_class: com.carrotsearch.hppc.AbstractIterator
{
  private final com.carrotsearch.hppc.cursors.LongCursor cursor;
    descriptor: Lcom/carrotsearch/hppc/cursors/LongCursor;
    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.LongHashSet this$0;
    descriptor: Lcom/carrotsearch/hppc/LongHashSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  protected com.carrotsearch.hppc.cursors.LongCursor fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/LongCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.carrotsearch.hppc.LongHashSet$EntryIterator this
         0: .line 462
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.max:I
            if_icmpge 9
         1: .line 464
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            goto 8
         2: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.this$0:Lcom/carrotsearch/hppc/LongHashSet;
            getfield com.carrotsearch.hppc.LongHashSet.keys:[J
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            laload
            dup2
            lstore 1 /* existing */
        start local 1 // long existing
         3: lconst_0
            lcmp
            ifeq 7
         4: .line 466
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.LongCursor.index:I
         5: .line 467
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            lload 1 /* existing */
            putfield com.carrotsearch.hppc.cursors.LongCursor.value:J
         6: .line 468
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            areturn
         7: .line 464
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
        end local 1 // long existing
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.max:I
            if_icmplt 2
         9: .line 473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.max:I
            if_icmpne 14
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.this$0:Lcom/carrotsearch/hppc/LongHashSet;
            getfield com.carrotsearch.hppc.LongHashSet.hasEmptyKey:Z
            ifeq 14
        10: .line 474
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.LongCursor.index:I
        11: .line 475
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            lconst_0
            putfield com.carrotsearch.hppc.cursors.LongCursor.value:J
        12: .line 476
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.LongHashSet$EntryIterator.slot:I
        13: .line 477
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongHashSet$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            areturn
        14: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongHashSet$EntryIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.LongCursor
            areturn
        end local 0 // com.carrotsearch.hppc.LongHashSet$EntryIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lcom/carrotsearch/hppc/LongHashSet$EntryIterator;
            3    8     1  existing  J

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