class org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator 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.IntObjectHashMap$KeysSetIterator
  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 handledZeroKey;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator this
         0: .line 3974
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.hasNext:()Z
            ifne 2
         1: .line 3976
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 3978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.count:I
         3: .line 3979
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.canRemove:Z
         4: .line 3981
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.handledZeroKey:Z
            ifne 9
         5: .line 3983
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.handledZeroKey:Z
         6: .line 3984
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            iconst_0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.containsKey:(I)Z
            ifeq 9
         7: .line 3986
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.lastKey:I
         8: .line 3987
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.lastKey:I
            ireturn
         9: .line 3990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.handledOneKey:Z
            ifne 14
        10: .line 3992
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.handledOneKey:Z
        11: .line 3993
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            iconst_1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.containsKey:(I)Z
            ifeq 14
        12: .line 3995
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.lastKey:I
        13: .line 3996
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.lastKey:I
            ireturn
        14: .line 3999
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            astore 1 /* keys */
        start local 1 // int[] keys
        15: .line 4000
            goto 17
        16: .line 4002
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.position:I
        17: .line 4000
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.position:I
            iaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 16
        18: .line 4004
            aload 0 /* this */
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.position:I
            iaload
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.lastKey:I
        19: .line 4005
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.position:I
        20: .line 4006
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.lastKey:I
            ireturn
        end local 1 // int[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeysSetIterator;
           15   21     1  keys  [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.IntObjectHashMap$KeysSetIterator this
         0: .line 4012
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.canRemove:Z
            ifne 2
         1: .line 4014
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 4016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.lastKey:I
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.removeKey:(I)Ljava/lang/Object;
            pop
         3: .line 4017
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.count:I
         4: .line 4018
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.canRemove:Z
         5: .line 4019
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeysSetIterator;
}
SourceFile: "IntObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap
InnerClasses:
  private KeysSetIterator = org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator of org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap