class org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator implements java.util.Iterator<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator
  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 currentKey;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  private boolean handledOneKey;
    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$InternalIterator this
         0: .line 2929
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.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$InternalIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$InternalIterator;
    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$InternalIterator this
         0: .line 2941
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.count:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.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$InternalIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$InternalIterator;

  public V next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator this
         0: .line 2947
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.hasNext:()Z
            ifne 2
         1: .line 2949
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 2951
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.count:I
         3: .line 2952
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.handledZeroKey:Z
            ifne 9
         4: .line 2954
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.handledZeroKey:Z
         5: .line 2955
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.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
         6: .line 2957
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.currentKey:I
         7: .line 2958
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.isCurrentKeySet:Z
         8: .line 2959
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.zeroValue:Ljava/lang/Object;
            areturn
         9: .line 2962
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.handledOneKey:Z
            ifne 15
        10: .line 2964
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.handledOneKey:Z
        11: .line 2965
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.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 15
        12: .line 2967
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.currentKey:I
        13: .line 2968
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.isCurrentKeySet:Z
        14: .line 2969
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues.oneValue:Ljava/lang/Object;
            areturn
        15: .line 2972
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.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
        16: .line 2973
            goto 18
        17: .line 2975
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.position:I
        18: .line 2973
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.position:I
            iaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 17
        19: .line 2977
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.keys:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.position:I
            iaload
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.currentKey:I
        20: .line 2978
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.isCurrentKeySet:Z
        21: .line 2979
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.values:[Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.position:I
            aaload
            astore 2 /* result */
        start local 2 // java.lang.Object result
        22: .line 2980
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.position:I
        23: .line 2981
            aload 2 /* result */
            areturn
        end local 2 // java.lang.Object result
        end local 1 // int[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$InternalIterator;
           16   24     1    keys  [I
           22   24     2  result  TV;
    Signature: ()TV;

  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.IntObjectHashMap$InternalIterator this
         0: .line 2987
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.isCurrentKeySet:Z
            ifne 2
         1: .line 2989
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 2992
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.isCurrentKeySet:Z
         3: .line 2993
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.count:I
         4: .line 2995
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.currentKey:I
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.isNonSentinel:(I)Z
            ifeq 8
         5: .line 2997
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.position:I
            iconst_1
            isub
            istore 1 /* index */
        start local 1 // int index
         6: .line 2998
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            iload 1 /* index */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.removeKeyAtIndex:(I)V
        end local 1 // int index
         7: .line 2999
            goto 9
         8: .line 3002
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator.currentKey:I
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.removeKey:(I)Ljava/lang/Object;
            pop
         9: .line 3004
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$InternalIterator;
            6    7     1  index  I
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TV;>;
SourceFile: "IntObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap
InnerClasses:
  private InternalIterator = org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$InternalIterator of org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap
  private final SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap