class com.zaxxer.hikari.util.FastList$1 implements java.util.Iterator<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.zaxxer.hikari.util.FastList$1
super_class: java.lang.Object
{
private int index;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final com.zaxxer.hikari.util.FastList this$0;
descriptor: Lcom/zaxxer/hikari/util/FastList;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.zaxxer.hikari.util.FastList);
descriptor: (Lcom/zaxxer/hikari/util/FastList;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.zaxxer.hikari.util.FastList$1.this$0:Lcom/zaxxer/hikari/util/FastList;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/util/FastList$1;
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 com.zaxxer.hikari.util.FastList$1.index:I
aload 0
getfield com.zaxxer.hikari.util.FastList$1.this$0:Lcom/zaxxer/hikari/util/FastList;
getfield com.zaxxer.hikari.util.FastList.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 Lcom/zaxxer/hikari/util/FastList$1;
public T next();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield com.zaxxer.hikari.util.FastList$1.index:I
aload 0
getfield com.zaxxer.hikari.util.FastList$1.this$0:Lcom/zaxxer/hikari/util/FastList;
getfield com.zaxxer.hikari.util.FastList.size:I
if_icmpge 2
1: aload 0
getfield com.zaxxer.hikari.util.FastList$1.this$0:Lcom/zaxxer/hikari/util/FastList;
getfield com.zaxxer.hikari.util.FastList.elementData:[Ljava/lang/Object;
aload 0
dup
getfield com.zaxxer.hikari.util.FastList$1.index:I
dup_x1
iconst_1
iadd
putfield com.zaxxer.hikari.util.FastList$1.index:I
aaload
areturn
2: StackMap locals:
StackMap stack:
new java.util.NoSuchElementException
dup
ldc "No more elements in FastList"
invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/zaxxer/hikari/util/FastList$1;
Signature: ()TT;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TT;>;
SourceFile: "FastList.java"
EnclosingMethod: com.zaxxer.hikari.util.FastList.iterator:()Ljava/util/Iterator;
NestHost: com.zaxxer.hikari.util.FastList
InnerClasses:
com.zaxxer.hikari.util.FastList$1