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

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

  private int lastKey;
    descriptor: I
    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.IntIntHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator this
         0: .line 1308
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap$InternalIntIterator;
    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.IntIntHashMap$InternalIntIterator this
         0: .line 1320
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.count:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.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.IntIntHashMap$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap$InternalIntIterator;

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator this
         0: .line 1326
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.hasNext:()Z
            ifne 2
         1: .line 1328
            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 1330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.count:I
         3: .line 1331
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.canRemove:Z
         4: .line 1333
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.handledZero:Z
            ifne 9
         5: .line 1335
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.handledZero:Z
         6: .line 1336
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
            iconst_0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.containsKey:(I)Z
            ifeq 9
         7: .line 1338
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.lastKey:I
         8: .line 1339
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
            iconst_0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.get:(I)I
            ireturn
         9: .line 1342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.handledOne:Z
            ifne 14
        10: .line 1344
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.handledOne:Z
        11: .line 1345
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
            iconst_1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.containsKey:(I)Z
            ifeq 14
        12: .line 1347
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.lastKey:I
        13: .line 1348
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
            iconst_1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.get:(I)I
            ireturn
        14: .line 1351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.keysValues:[I
            astore 1 /* keys */
        start local 1 // int[] keys
        15: .line 1352
            goto 17
        16: .line 1354
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
            iconst_2
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
        17: .line 1352
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
            iaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.isNonSentinel:(I)Z
            ifeq 16
        18: .line 1356
            aload 0 /* this */
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
            iaload
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.lastKey:I
        19: .line 1357
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.keysValues:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
            iconst_1
            iadd
            iaload
            istore 2 /* result */
        start local 2 // int result
        20: .line 1358
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
            iconst_2
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.position:I
        21: .line 1360
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // int[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap$InternalIntIterator;
           15   22     1    keys  [I
           20   22     2  result  I

  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.IntIntHashMap$InternalIntIterator this
         0: .line 1366
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.canRemove:Z
            ifne 2
         1: .line 1368
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.lastKey:I
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap.removeKey:(I)V
         3: .line 1371
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.count:I
         4: .line 1372
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator.canRemove:Z
         5: .line 1373
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntIntHashMap$InternalIntIterator;
}
SourceFile: "IntIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap
InnerClasses:
  private InternalIntIterator = org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap$InternalIntIterator of org.eclipse.collections.impl.map.mutable.primitive.IntIntHashMap