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

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

  private void <init>(org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator this
         0: .line 76
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet$FalseBooleanIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator this
         0: .line 83
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.currentIndex:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet$FalseBooleanIterator;

  public boolean next();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator this
         0: .line 89
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.currentIndex:I
            ifne 3
         1: .line 91
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.currentIndex:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.currentIndex:I
         2: .line 92
            iconst_0
            ireturn
         3: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.currentIndex:I
         4: .line 95
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet$FalseBooleanIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator this
         0: .line 101
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.currentIndex:I
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.currentIndex:I
            iconst_m1
            if_icmpne 2
         1: .line 103
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.currentIndex:I
         3: .line 106
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet;
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet.remove:(Z)Z
            pop
         4: .line 107
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet$FalseBooleanIterator;
}
SourceFile: "BooleanHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet
InnerClasses:
  private FalseBooleanIterator = org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseBooleanIterator of org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet