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 0: aload 0
aload 1
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush -128
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
2: return
end local 0 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 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.count:I
aload 0
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 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 0: aload 0
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.hasNext:()Z
ifne 2
1: new java.util.NoSuchElementException
dup
ldc "next() called, but the iterator is exhausted"
invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
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: goto 9
4: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
aload 0
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: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
istore 1
start local 1 6: aload 0
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: iload 1
ireturn
end local 1 8: StackMap locals:
StackMap stack:
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
bipush 127
if_icmple 4
10: new java.util.NoSuchElementException
dup
ldc "no more element, unexpected situation"
invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
athrow
end local 0 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 0: aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.count:I
ifeq 1
aload 0
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$MutableInternalByteIterator.this$0:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet;
aload 0
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: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
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: return
end local 0 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