class org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator implements org.eclipse.collections.api.iterator.IntIterator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator
super_class: java.lang.Object
{
private int currentIndex;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable this$0;
descriptor: Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable);
descriptor: (Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator this
0: .line 197
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.this$0:Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 202
aload 0 /* this */
aload 1
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
invokeinterface org.eclipse.collections.api.list.primitive.IntList.size:()I
iconst_1
isub
putfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.currentIndex:I
2: .line 197
return
end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable$ReverseIntIterator;
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.lazy.primitive.ReverseIntIterable$ReverseIntIterator this
0: .line 207
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.currentIndex:I
iconst_m1
if_icmpeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable$ReverseIntIterator;
public int next();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator this
0: .line 213
aload 0 /* this */
invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.hasNext:()Z
ifne 2
1: .line 215
new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: .line 217
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.this$0:Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable;
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable.adapted:Lorg/eclipse/collections/api/list/primitive/IntList;
aload 0 /* this */
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.currentIndex:I
invokeinterface org.eclipse.collections.api.list.primitive.IntList.get:(I)I
istore 1 /* next */
start local 1 // int next
3: .line 218
aload 0 /* this */
dup
getfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.currentIndex:I
iconst_1
isub
putfield org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator.currentIndex:I
4: .line 219
iload 1 /* next */
ireturn
end local 1 // int next
end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/lazy/primitive/ReverseIntIterable$ReverseIntIterator;
3 5 1 next I
}
SourceFile: "ReverseIntIterable.java"
NestHost: org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable
InnerClasses:
private ReverseIntIterator = org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable$ReverseIntIterator of org.eclipse.collections.impl.lazy.primitive.ReverseIntIterable