class org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator implements org.eclipse.collections.api.iterator.MutableByteIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator
  super_class: java.lang.Object
{
  private org.eclipse.collections.api.iterator.MutableByteIterator byteIterator;
    descriptor: Lorg/eclipse/collections/api/iterator/MutableByteIterator;
    flags: (0x0002) ACC_PRIVATE

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

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

  private boolean canRemove;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private void <init>(org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag);
    descriptor: (Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator this
         0: .line 821
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.this$0:Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 823
            aload 0 /* this */
            aload 1
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.items:Lorg/eclipse/collections/impl/map/mutable/primitive/ByteIntHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ByteIntHashMap.keySet:()Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            invokeinterface org.eclipse.collections.api.set.primitive.MutableByteSet.byteIterator:()Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            putfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.byteIterator:Lorg/eclipse/collections/api/iterator/MutableByteIterator;
         2: .line 821
            return
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag$InternalIterator;
    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.bag.mutable.primitive.ByteHashBag$InternalIterator this
         0: .line 832
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.occurrences:I
            ifgt 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.byteIterator:Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            invokeinterface org.eclipse.collections.api.iterator.MutableByteIterator.hasNext:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag$InternalIterator;

  public byte next();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator this
         0: .line 838
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.occurrences:I
            ifne 3
         1: .line 840
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.byteIterator:Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            invokeinterface org.eclipse.collections.api.iterator.MutableByteIterator.next:()B
            putfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.currentItem:B
         2: .line 841
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.this$0:Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.currentItem:B
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.occurrencesOf:(B)I
            putfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.occurrences:I
         3: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.occurrences:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.occurrences:I
         4: .line 844
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.canRemove:Z
         5: .line 845
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.currentItem:B
            ireturn
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag$InternalIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator this
         0: .line 851
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.canRemove:Z
            ifne 2
         1: .line 853
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 855
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.occurrences:I
            ifne 6
         3: .line 857
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.byteIterator:Lorg/eclipse/collections/api/iterator/MutableByteIterator;
            invokeinterface org.eclipse.collections.api.iterator.MutableByteIterator.remove:()V
         4: .line 858
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.this$0:Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag;
            dup
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.size:I
            iconst_1
            isub
            putfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.size:I
         5: .line 859
            goto 7
         6: .line 862
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.this$0:Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.currentItem:B
            invokevirtual org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag.remove:(B)Z
            pop
         7: .line 864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator.canRemove:Z
         8: .line 865
            return
        end local 0 // org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/collections/impl/bag/mutable/primitive/ByteHashBag$InternalIterator;
}
SourceFile: "ByteHashBag.java"
NestHost: org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag
InnerClasses:
  private InternalIterator = org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag$InternalIterator of org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag