class org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$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.CharIntHashMap$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 char lastKey;
    descriptor: C
    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.CharIntHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator this
         0: .line 1318
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$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.CharIntHashMap$InternalIntIterator this
         0: .line 1330
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.count:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.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.CharIntHashMap$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$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.CharIntHashMap$InternalIntIterator this
         0: .line 1336
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.hasNext:()Z
            ifne 2
         1: .line 1338
            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 1340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.count:I
         3: .line 1341
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.canRemove:Z
         4: .line 1343
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.handledZero:Z
            ifne 9
         5: .line 1345
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.handledZero:Z
         6: .line 1346
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            iconst_0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.containsKey:(C)Z
            ifeq 9
         7: .line 1348
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.lastKey:C
         8: .line 1349
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            iconst_0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.get:(C)I
            ireturn
         9: .line 1352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.handledOne:Z
            ifne 14
        10: .line 1354
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.handledOne:Z
        11: .line 1355
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            iconst_1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.containsKey:(C)Z
            ifeq 14
        12: .line 1357
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.lastKey:C
        13: .line 1358
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            iconst_1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.get:(C)I
            ireturn
        14: .line 1361
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.keys:[C
            astore 1 /* keys */
        start local 1 // char[] keys
        15: .line 1362
            goto 17
        16: .line 1364
      StackMap locals: char[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.position:I
        17: .line 1362
      StackMap locals:
      StackMap stack:
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.position:I
            caload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.isNonSentinel:(C)Z
            ifeq 16
        18: .line 1366
            aload 0 /* this */
            aload 1 /* keys */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.position:I
            caload
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.lastKey:C
        19: .line 1367
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.values:[I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.position:I
            iaload
            istore 2 /* result */
        start local 2 // int result
        20: .line 1368
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.position:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.position:I
        21: .line 1370
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // char[] keys
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$InternalIntIterator;
           15   22     1    keys  [C
           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.CharIntHashMap$InternalIntIterator this
         0: .line 1376
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.canRemove:Z
            ifne 2
         1: .line 1378
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.lastKey:C
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap.removeKey:(C)V
         3: .line 1381
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.count:I
         4: .line 1382
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator.canRemove:Z
         5: .line 1383
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/CharIntHashMap$InternalIntIterator;
}
SourceFile: "CharIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap
InnerClasses:
  private InternalIntIterator = org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap$InternalIntIterator of org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap