class org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator 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$FalseTrueBooleanIterator
  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$FalseTrueBooleanIterator this
         0: .line 144
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.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$FalseTrueBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet$FalseTrueBooleanIterator;
    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.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator this
         0: .line 151
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.currentIndex:I
            iconst_2
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet$FalseTrueBooleanIterator;

  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$FalseTrueBooleanIterator this
         0: .line 157
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.currentIndex:I
            tableswitch { // 0 - 1
                    0: 1
                    1: 3
              default: 5
          }
         1: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.currentIndex:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.currentIndex:I
         2: .line 161
            iconst_0
            ireturn
         3: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.currentIndex:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.currentIndex:I
         4: .line 164
            iconst_1
            ireturn
         5: .line 166
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet$FalseTrueBooleanIterator;

  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$FalseTrueBooleanIterator this
         0: .line 173
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.currentIndex:I
            tableswitch { // 0 - 2
                    0: 1
                    1: 2
                    2: 5
              default: 8
          }
         1: .line 176
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet;
            iconst_0
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet.remove:(Z)Z
            ifne 4
         3: .line 180
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         4: .line 182
      StackMap locals:
      StackMap stack:
            return
         5: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet;
            iconst_1
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet.remove:(Z)Z
            ifne 7
         6: .line 186
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         7: .line 188
      StackMap locals:
      StackMap stack:
            return
         8: .line 190
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet$FalseTrueBooleanIterator;
}
SourceFile: "BooleanHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet
InnerClasses:
  private FalseTrueBooleanIterator = org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet$FalseTrueBooleanIterator of org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet