class at.yawk.numaec.IntBufferListImpl$Mutable$Itr extends at.yawk.numaec.IntBufferListImpl$Itr implements org.eclipse.collections.api.iterator.MutableIntIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: at.yawk.numaec.IntBufferListImpl$Mutable$Itr
  super_class: at.yawk.numaec.IntBufferListImpl$Itr
{
  int removalIndex;
    descriptor: I
    flags: (0x0000) 

  final at.yawk.numaec.IntBufferListImpl$Mutable this$1;
    descriptor: Lat/yawk/numaec/IntBufferListImpl$Mutable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(at.yawk.numaec.IntBufferListImpl$Mutable);
    descriptor: (Lat/yawk/numaec/IntBufferListImpl$Mutable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.IntBufferListImpl$Mutable$Itr this
         0: .line 655
            aload 0 /* this */
            aload 1
            putfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.this$1:Lat/yawk/numaec/IntBufferListImpl$Mutable;
            aload 0 /* this */
            aload 1
            invokespecial at.yawk.numaec.IntBufferListImpl$Itr.<init>:(Lat/yawk/numaec/IntBufferListImpl;)V
         1: .line 656
            aload 0 /* this */
            iconst_m1
            putfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.removalIndex:I
         2: .line 655
            return
        end local 0 // at.yawk.numaec.IntBufferListImpl$Mutable$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lat/yawk/numaec/IntBufferListImpl$Mutable$Itr;
    MethodParameters:
        Name  Flags
      this$0  final

  public int next();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.IntBufferListImpl$Mutable$Itr this
         0: .line 660
            aload 0 /* this */
            aload 0 /* this */
            getfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.i:I
            putfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.removalIndex:I
         1: .line 661
            aload 0 /* this */
            invokespecial at.yawk.numaec.IntBufferListImpl$Itr.next:()I
            ireturn
        end local 0 // at.yawk.numaec.IntBufferListImpl$Mutable$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lat/yawk/numaec/IntBufferListImpl$Mutable$Itr;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.IntBufferListImpl$Mutable$Itr this
         0: .line 666
            aload 0 /* this */
            getfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.removalIndex:I
            iconst_m1
            if_icmpne 1
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         1: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.this$1:Lat/yawk/numaec/IntBufferListImpl$Mutable;
            aload 0 /* this */
            getfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.removalIndex:I
            invokevirtual at.yawk.numaec.IntBufferListImpl$Mutable.removeAtIndex:(I)I
            pop
         2: .line 668
            aload 0 /* this */
            dup
            getfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.i:I
            iconst_1
            isub
            putfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.i:I
         3: .line 669
            aload 0 /* this */
            iconst_m1
            putfield at.yawk.numaec.IntBufferListImpl$Mutable$Itr.removalIndex:I
         4: .line 670
            return
        end local 0 // at.yawk.numaec.IntBufferListImpl$Mutable$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lat/yawk/numaec/IntBufferListImpl$Mutable$Itr;
}
SourceFile: "IntBufferListImpl.java"
NestHost: at.yawk.numaec.IntBufferListImpl
InnerClasses:
  Itr = at.yawk.numaec.IntBufferListImpl$Itr of at.yawk.numaec.IntBufferListImpl
  public Mutable = at.yawk.numaec.IntBufferListImpl$Mutable of at.yawk.numaec.IntBufferListImpl
  Itr = at.yawk.numaec.IntBufferListImpl$Mutable$Itr of at.yawk.numaec.IntBufferListImpl$Mutable