final class com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator extends com.carrotsearch.hppc.AbstractIterator<com.carrotsearch.hppc.cursors.ObjectCursor<KType>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator
super_class: com.carrotsearch.hppc.AbstractIterator
{
private final com.carrotsearch.hppc.cursors.ObjectCursor<KType> cursor;
descriptor: Lcom/carrotsearch/hppc/cursors/ObjectCursor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/carrotsearch/hppc/cursors/ObjectCursor<TKType;>;
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.ObjectShortHashMap this$0;
descriptor: Lcom/carrotsearch/hppc/ObjectShortHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(com.carrotsearch.hppc.ObjectShortHashMap);
descriptor: (Lcom/carrotsearch/hppc/ObjectShortHashMap;)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.ObjectShortHashMap$KeysIterator.this$0:Lcom/carrotsearch/hppc/ObjectShortHashMap;
aload 0
invokespecial com.carrotsearch.hppc.AbstractIterator.<init>:()V
1: aload 0
aload 1
getfield com.carrotsearch.hppc.ObjectShortHashMap.mask:I
iconst_1
iadd
putfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.max:I
2: aload 0
iconst_m1
putfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
3: aload 0
new com.carrotsearch.hppc.cursors.ObjectCursor
dup
invokespecial com.carrotsearch.hppc.cursors.ObjectCursor.<init>:()V
putfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/carrotsearch/hppc/ObjectShortHashMap$KeysIterator;
MethodParameters:
Name Flags
this$0 final
protected com.carrotsearch.hppc.cursors.ObjectCursor<KType> fetch();
descriptor: ()Lcom/carrotsearch/hppc/cursors/ObjectCursor;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.max:I
if_icmpge 9
1: aload 0
dup
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
iconst_1
iadd
putfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
goto 8
2: StackMap locals:
StackMap stack:
aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.this$0:Lcom/carrotsearch/hppc/ObjectShortHashMap;
getfield com.carrotsearch.hppc.ObjectShortHashMap.keys:[Ljava/lang/Object;
aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
aaload
dup
astore 1
start local 1 3: ifnull 7
4: aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
putfield com.carrotsearch.hppc.cursors.ObjectCursor.index:I
5: aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
aload 1
putfield com.carrotsearch.hppc.cursors.ObjectCursor.value:Ljava/lang/Object;
6: aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
areturn
7: StackMap locals: java.lang.Object
StackMap stack:
aload 0
dup
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
iconst_1
iadd
putfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
end local 1 StackMap locals:
StackMap stack:
8: aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.max:I
if_icmplt 2
9: StackMap locals:
StackMap stack:
aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.max:I
if_icmpne 14
aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.this$0:Lcom/carrotsearch/hppc/ObjectShortHashMap;
getfield com.carrotsearch.hppc.ObjectShortHashMap.hasEmptyKey:Z
ifeq 14
10: aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
putfield com.carrotsearch.hppc.cursors.ObjectCursor.index:I
11: aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
aconst_null
putfield com.carrotsearch.hppc.cursors.ObjectCursor.value:Ljava/lang/Object;
12: aload 0
dup
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
iconst_1
iadd
putfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.slot:I
13: aload 0
getfield com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
areturn
14: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator.done:()Ljava/lang/Object;
checkcast com.carrotsearch.hppc.cursors.ObjectCursor
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/carrotsearch/hppc/ObjectShortHashMap$KeysIterator;
3 8 1 existing TKType;
Signature: ()Lcom/carrotsearch/hppc/cursors/ObjectCursor<TKType;>;
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.ObjectShortHashMap$KeysIterator.fetch:()Lcom/carrotsearch/hppc/cursors/ObjectCursor;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/carrotsearch/hppc/AbstractIterator<Lcom/carrotsearch/hppc/cursors/ObjectCursor<TKType;>;>;
SourceFile: "ObjectShortHashMap.java"
NestHost: com.carrotsearch.hppc.ObjectShortHashMap
InnerClasses:
private final KeysIterator = com.carrotsearch.hppc.ObjectShortHashMap$KeysIterator of com.carrotsearch.hppc.ObjectShortHashMap