final class com.carrotsearch.hppc.LongIntHashMap$EntryIterator extends com.carrotsearch.hppc.AbstractIterator<com.carrotsearch.hppc.cursors.LongIntCursor>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.carrotsearch.hppc.LongIntHashMap$EntryIterator
super_class: com.carrotsearch.hppc.AbstractIterator
{
private final com.carrotsearch.hppc.cursors.LongIntCursor cursor;
descriptor: Lcom/carrotsearch/hppc/cursors/LongIntCursor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int max;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int slot;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final com.carrotsearch.hppc.LongIntHashMap this$0;
descriptor: Lcom/carrotsearch/hppc/LongIntHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(com.carrotsearch.hppc.LongIntHashMap);
descriptor: (Lcom/carrotsearch/hppc/LongIntHashMap;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/LongIntHashMap;
aload 0
invokespecial com.carrotsearch.hppc.AbstractIterator.<init>:()V
1: aload 0
aload 1
getfield com.carrotsearch.hppc.LongIntHashMap.mask:I
iconst_1
iadd
putfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.max:I
2: aload 0
iconst_m1
putfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
3: aload 0
new com.carrotsearch.hppc.cursors.LongIntCursor
dup
invokespecial com.carrotsearch.hppc.cursors.LongIntCursor.<init>:()V
putfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongIntCursor;
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/carrotsearch/hppc/LongIntHashMap$EntryIterator;
MethodParameters:
Name Flags
this$0 final
protected com.carrotsearch.hppc.cursors.LongIntCursor fetch();
descriptor: ()Lcom/carrotsearch/hppc/cursors/LongIntCursor;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.max:I
if_icmpge 10
1: aload 0
dup
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
iconst_1
iadd
putfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
goto 9
2: StackMap locals:
StackMap stack:
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/LongIntHashMap;
getfield com.carrotsearch.hppc.LongIntHashMap.keys:[J
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
laload
dup2
lstore 1
start local 1 3: lconst_0
lcmp
ifeq 8
4: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongIntCursor;
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
putfield com.carrotsearch.hppc.cursors.LongIntCursor.index:I
5: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongIntCursor;
lload 1
putfield com.carrotsearch.hppc.cursors.LongIntCursor.key:J
6: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongIntCursor;
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/LongIntHashMap;
getfield com.carrotsearch.hppc.LongIntHashMap.values:[I
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
iaload
putfield com.carrotsearch.hppc.cursors.LongIntCursor.value:I
7: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongIntCursor;
areturn
8: StackMap locals: long
StackMap stack:
aload 0
dup
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
iconst_1
iadd
putfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
end local 1 StackMap locals:
StackMap stack:
9: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.max:I
if_icmplt 2
10: StackMap locals:
StackMap stack:
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.max:I
if_icmpne 16
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/LongIntHashMap;
getfield com.carrotsearch.hppc.LongIntHashMap.hasEmptyKey:Z
ifeq 16
11: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongIntCursor;
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
putfield com.carrotsearch.hppc.cursors.LongIntCursor.index:I
12: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongIntCursor;
lconst_0
putfield com.carrotsearch.hppc.cursors.LongIntCursor.key:J
13: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongIntCursor;
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/LongIntHashMap;
getfield com.carrotsearch.hppc.LongIntHashMap.values:[I
aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.max:I
iaload
putfield com.carrotsearch.hppc.cursors.LongIntCursor.value:I
14: aload 0
dup
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
iconst_1
iadd
putfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.slot:I
15: aload 0
getfield com.carrotsearch.hppc.LongIntHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongIntCursor;
areturn
16: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.carrotsearch.hppc.LongIntHashMap$EntryIterator.done:()Ljava/lang/Object;
checkcast com.carrotsearch.hppc.cursors.LongIntCursor
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/carrotsearch/hppc/LongIntHashMap$EntryIterator;
3 9 1 existing J
protected java.lang.Object fetch();
descriptor: ()Ljava/lang/Object;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.carrotsearch.hppc.LongIntHashMap$EntryIterator.fetch:()Lcom/carrotsearch/hppc/cursors/LongIntCursor;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/carrotsearch/hppc/AbstractIterator<Lcom/carrotsearch/hppc/cursors/LongIntCursor;>;
SourceFile: "LongIntHashMap.java"
NestHost: com.carrotsearch.hppc.LongIntHashMap
InnerClasses:
private final EntryIterator = com.carrotsearch.hppc.LongIntHashMap$EntryIterator of com.carrotsearch.hppc.LongIntHashMap