class org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator implements org.eclipse.collections.api.iterator.MutableBooleanIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator
  super_class: java.lang.Object
{
  private int currentIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int lastIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

  public boolean next();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator this
         0: .line 969
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.hasNext:()Z
            ifne 2
         1: .line 971
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 973
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.this$0:Lorg/eclipse/collections/impl/list/mutable/primitive/BooleanArrayList;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.currentIndex:I
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList.get:(I)Z
            istore 1 /* next */
        start local 1 // boolean next
         3: .line 974
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.currentIndex:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.currentIndex:I
            putfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.lastIndex:I
         4: .line 975
            iload 1 /* next */
            ireturn
        end local 1 // boolean next
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/BooleanArrayList$InternalBooleanIterator;
            3    5     1  next  Z

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator this
         0: .line 981
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.lastIndex:I
            iconst_m1
            if_icmpne 2
         1: .line 983
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 985
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.this$0:Lorg/eclipse/collections/impl/list/mutable/primitive/BooleanArrayList;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.lastIndex:I
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList.removeAtIndex:(I)Z
            pop
         3: .line 986
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.currentIndex:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.currentIndex:I
         4: .line 987
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator.lastIndex:I
         5: .line 988
            return
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/BooleanArrayList$InternalBooleanIterator;
}
SourceFile: "BooleanArrayList.java"
NestHost: org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList
InnerClasses:
  private InternalBooleanIterator = org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList$InternalBooleanIterator of org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList