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

  private byte minusOneTwentyEightToPlusOneTwentySeven;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

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

  private void <init>(org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet);
    descriptor: (Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator this
         0: .line 1684
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1687
            aload 0 /* this */
            bipush -128
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
         2: .line 1684
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$MutableInternalByteIterator;
    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.ByteHashSet$MutableInternalByteIterator this
         0: .line 1692
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.count:I
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.size:()I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$MutableInternalByteIterator;

  public byte next();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator this
         0: .line 1698
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.hasNext:()Z
            ifne 2
         1: .line 1700
            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 1703
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.count:I
            iconst_1
            iadd
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.count:I
         3: .line 1705
            goto 9
         4: .line 1707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.contains:(B)Z
            ifeq 8
         5: .line 1709
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
            istore 1 /* result */
        start local 1 // byte result
         6: .line 1710
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
            iconst_1
            iadd
            i2b
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
         7: .line 1711
            iload 1 /* result */
            ireturn
        end local 1 // byte result
         8: .line 1713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
            iconst_1
            iadd
            i2b
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
         9: .line 1705
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
            bipush 127
            if_icmple 4
        10: .line 1716
            new java.util.NoSuchElementException
            dup
            ldc "no more element, unexpected situation"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$MutableInternalByteIterator;
            6    8     1  result  B

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator this
         0: .line 1722
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.count:I
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
            iconst_1
            isub
            i2b
            invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet.remove:(B)Z
            ifne 2
         1: .line 1724
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.count:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.count:I
         3: .line 1727
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$MutableInternalByteIterator;
}
SourceFile: "ByteHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
InnerClasses:
  private MutableInternalByteIterator = org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator of org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet