final class org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator implements org.eclipse.collections.api.iterator.MutableBooleanIterator
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator
super_class: java.lang.Object
{
private int internalFalseCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int internalTrueCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean lastBooleanValue;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean removedAlready;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag this$0;
descriptor: Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag, int, int);
descriptor: (Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag;II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.this$0:Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag;
1: aload 0
invokespecial java.lang.Object.<init>:()V
2: aload 0
iconst_1
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.removedAlready:Z
3: aload 0
iload 2
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalFalseCount:I
4: aload 0
iload 3
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalTrueCount:I
5: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag$InternalIterator;
0 6 2 falseCount I
0 6 3 trueCount I
MethodParameters:
Name Flags
this$0 final
falseCount
trueCount
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalFalseCount:I
ifgt 1
aload 0
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalTrueCount:I
ifgt 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag$InternalIterator;
public boolean next();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
iconst_0
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.removedAlready:Z
1: aload 0
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalFalseCount:I
ifle 5
2: aload 0
dup
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalFalseCount:I
iconst_1
isub
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalFalseCount:I
3: aload 0
iconst_0
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.lastBooleanValue:Z
4: iconst_0
ireturn
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalTrueCount:I
ifle 9
6: aload 0
dup
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalTrueCount:I
iconst_1
isub
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.internalTrueCount:I
7: aload 0
iconst_1
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.lastBooleanValue:Z
8: iconst_1
ireturn
9: StackMap locals:
StackMap stack:
new java.util.NoSuchElementException
dup
ldc "next() called, but the iterator is exhausted"
invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag$InternalIterator;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.removedAlready:Z
ifeq 2
1: new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.lastBooleanValue:Z
ifeq 5
3: aload 0
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.this$0:Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag;
dup
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag.trueCount:I
iconst_1
isub
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag.trueCount:I
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.this$0:Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag;
dup
getfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag.falseCount:I
iconst_1
isub
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag.falseCount:I
6: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator.removedAlready:Z
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag$InternalIterator;
}
SourceFile: "BooleanHashBag.java"
NestHost: org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag
InnerClasses:
private final InternalIterator = org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag$InternalIterator of org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag