class org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator implements org.eclipse.collections.api.iterator.ByteIterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator
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$ImmutableByteHashSet this$1;
descriptor: Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet);
descriptor: (Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator this
0: .line 1591
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.this$1:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 1594
aload 0 /* this */
bipush -128
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
2: .line 1591
return
end local 0 // org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet$InternalByteIterator;
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$ImmutableByteHashSet$InternalByteIterator this
0: .line 1599
aload 0 /* this */
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.count:I
aload 0 /* this */
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.this$1:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.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$ImmutableByteHashSet$InternalByteIterator this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet$InternalByteIterator;
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$ImmutableByteHashSet$InternalByteIterator this
0: .line 1605
aload 0 /* this */
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.hasNext:()Z
ifne 2
1: .line 1607
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 1609
StackMap locals:
StackMap stack:
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.count:I
iconst_1
iadd
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.count:I
3: .line 1611
goto 9
4: .line 1613
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.this$1:Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet;
aload 0 /* this */
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
invokevirtual org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet.contains:(B)Z
ifeq 8
5: .line 1615
aload 0 /* this */
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
istore 1 /* result */
start local 1 // byte result
6: .line 1616
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
iconst_1
iadd
i2b
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
7: .line 1617
iload 1 /* result */
ireturn
end local 1 // byte result
8: .line 1619
StackMap locals:
StackMap stack:
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
iconst_1
iadd
i2b
putfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
9: .line 1611
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator.minusOneTwentyEightToPlusOneTwentySeven:B
bipush 127
if_icmple 4
10: .line 1622
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$ImmutableByteHashSet$InternalByteIterator this
LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/eclipse/collections/impl/set/mutable/primitive/ByteHashSet$ImmutableByteHashSet$InternalByteIterator;
6 8 1 result B
}
SourceFile: "ByteHashSet.java"
NestHost: org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
InnerClasses:
private final ImmutableByteHashSet = org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet of org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet
private InternalByteIterator = org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet$InternalByteIterator of org.eclipse.collections.impl.set.mutable.primitive.ByteHashSet$ImmutableByteHashSet