class org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator implements org.eclipse.collections.api.iterator.MutableLongIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator
  super_class: java.lang.Object
{
  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private long lastKey;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private boolean handledZero;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean handledOne;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean canRemove;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator this
         0: .line 1404
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap$KeySetIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator this
         0: .line 1416
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.count:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap.size:()I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap$KeySetIterator;

  public long next();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator this
         0: .line 1422
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.hasNext:()Z
            ifne 2
         1: .line 1424
            new java.util.NoSuchElementException
            dup
            ldc "next() called, but the iterator is exhausted"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.count:I
         3: .line 1427
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.canRemove:Z
         4: .line 1429
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.handledZero:Z
            ifne 9
         5: .line 1431
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.handledZero:Z
         6: .line 1432
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap;
            lconst_0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap.containsKey:(J)Z
            ifeq 9
         7: .line 1434
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.lastKey:J
         8: .line 1435
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.lastKey:J
            lreturn
         9: .line 1438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.handledOne:Z
            ifne 14
        10: .line 1440
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.handledOne:Z
        11: .line 1441
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap;
            lconst_1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap.containsKey:(J)Z
            ifeq 14
        12: .line 1443
            aload 0 /* this */
            lconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.lastKey:J
        13: .line 1444
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.lastKey:J
            lreturn
        14: .line 1448
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap.keys:[J
            astore 1 /* keys */
        start local 1 // long[] keys
        15: .line 1449
            goto 17
        16: .line 1451
      StackMap locals: long[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.position:I
        17: .line 1449
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.position:I
            laload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap.isNonSentinel:(J)Z
            ifeq 16
        18: .line 1453
            aload 0 /* this */
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.position:I
            laload
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.lastKey:J
        19: .line 1454
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.position:I
        20: .line 1456
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.lastKey:J
            lreturn
        end local 1 // long[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap$KeySetIterator;
           15   21     1  keys  [J

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator this
         0: .line 1462
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.canRemove:Z
            ifne 2
         1: .line 1464
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.lastKey:J
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap.removeKey:(J)V
         3: .line 1467
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.count:I
         4: .line 1468
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator.canRemove:Z
         5: .line 1469
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/LongIntHashMap$KeySetIterator;
}
SourceFile: "LongIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap
InnerClasses:
  private KeySetIterator = org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap$KeySetIterator of org.eclipse.collections.impl.map.mutable.primitive.LongIntHashMap