final class com.carrotsearch.hppc.ObjectDoubleHashMap$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.ObjectDoubleHashMap$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.ObjectDoubleHashMap this$0;
    descriptor: Lcom/carrotsearch/hppc/ObjectDoubleHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.carrotsearch.hppc.ObjectDoubleHashMap);
    descriptor: (Lcom/carrotsearch/hppc/ObjectDoubleHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator this
         0: .line 860
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.this$0:Lcom/carrotsearch/hppc/ObjectDoubleHashMap;
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractIterator.<init>:()V
         1: .line 857
            aload 0 /* this */
            aload 1
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap.mask:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.max:I
         2: .line 858
            aload 0 /* this */
            iconst_m1
            putfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
         3: .line 861
            aload 0 /* this */
            new com.carrotsearch.hppc.cursors.ObjectCursor
            dup
            invokespecial com.carrotsearch.hppc.cursors.ObjectCursor.<init>:()V
            putfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
         4: .line 862
            return
        end local 0 // com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/ObjectDoubleHashMap$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 // com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator this
         0: .line 866
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.max:I
            if_icmpge 9
         1: .line 868
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            goto 8
         2: .line 869
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.this$0:Lcom/carrotsearch/hppc/ObjectDoubleHashMap;
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap.keys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            aaload
            dup
            astore 1 /* existing */
        start local 1 // java.lang.Object existing
         3: ifnull 7
         4: .line 870
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.ObjectCursor.index:I
         5: .line 871
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            aload 1 /* existing */
            putfield com.carrotsearch.hppc.cursors.ObjectCursor.value:Ljava/lang/Object;
         6: .line 872
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            areturn
         7: .line 868
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
        end local 1 // java.lang.Object existing
      StackMap locals:
      StackMap stack:
         8: aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.max:I
            if_icmplt 2
         9: .line 877
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.max:I
            if_icmpne 14
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.this$0:Lcom/carrotsearch/hppc/ObjectDoubleHashMap;
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap.hasEmptyKey:Z
            ifeq 14
        10: .line 878
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.ObjectCursor.index:I
        11: .line 879
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            aconst_null
            putfield com.carrotsearch.hppc.cursors.ObjectCursor.value:Ljava/lang/Object;
        12: .line 880
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.slot:I
        13: .line 881
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            areturn
        14: .line 884
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ObjectCursor
            areturn
        end local 0 // com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lcom/carrotsearch/hppc/ObjectDoubleHashMap$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: .line 1
            aload 0
            invokevirtual com.carrotsearch.hppc.ObjectDoubleHashMap$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: "ObjectDoubleHashMap.java"
NestHost: com.carrotsearch.hppc.ObjectDoubleHashMap
InnerClasses:
  private final KeysIterator = com.carrotsearch.hppc.ObjectDoubleHashMap$KeysIterator of com.carrotsearch.hppc.ObjectDoubleHashMap