class org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator implements java.util.Iterator<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$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 K currentKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TK;

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

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

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

  public K next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator this
         0: .line 1554
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.hasNext:()Z
            ifne 2
         1: .line 1556
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.count:I
         3: .line 1559
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            astore 1 /* keys */
        start local 1 // java.lang.Object[] keys
         4: .line 1560
            goto 6
         5: .line 1562
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.position:I
         6: .line 1560
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.position:I
            aaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.isNonSentinel:(Ljava/lang/Object;)Z
            ifeq 5
         7: .line 1564
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.position:I
            aaload
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.currentKey:Ljava/lang/Object;
         8: .line 1565
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.isCurrentKeySet:Z
         9: .line 1566
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.position:I
        10: .line 1567
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.currentKey:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.toNonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySetIterator;
            4   11     1  keys  [Ljava/lang/Object;
    Signature: ()TK;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator this
         0: .line 1573
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.isCurrentKeySet:Z
            ifne 2
         1: .line 1575
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.isCurrentKeySet:Z
         3: .line 1579
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.count:I
         4: .line 1581
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.currentKey:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.isNonSentinel:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 1583
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.position:I
            iconst_1
            isub
            istore 1 /* index */
        start local 1 // int index
         6: .line 1584
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.currentKey:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.toNonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.removeKeyAtIndex:(Ljava/lang/Object;I)V
        end local 1 // int index
         7: .line 1585
            goto 9
         8: .line 1588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator.currentKey:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.removeKey:(Ljava/lang/Object;)V
         9: .line 1590
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeySetIterator;
            6    7     1  index  I
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TK;>;
SourceFile: "ObjectIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap
InnerClasses:
  private KeySetIterator = org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeySetIterator of org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap