final class com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator extends com.carrotsearch.hppc.AbstractIterator<com.carrotsearch.hppc.cursors.ShortDoubleCursor>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator
  super_class: com.carrotsearch.hppc.AbstractIterator
{
  private final com.carrotsearch.hppc.cursors.ShortDoubleCursor cursor;
    descriptor: Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
    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.ShortDoubleHashMap this$0;
    descriptor: Lcom/carrotsearch/hppc/ShortDoubleHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.carrotsearch.hppc.ShortDoubleHashMap);
    descriptor: (Lcom/carrotsearch/hppc/ShortDoubleHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator this
         0: .line 678
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractIterator.<init>:()V
         1: .line 675
            aload 0 /* this */
            aload 1
            getfield com.carrotsearch.hppc.ShortDoubleHashMap.mask:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.max:I
         2: .line 676
            aload 0 /* this */
            iconst_m1
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
         3: .line 679
            aload 0 /* this */
            new com.carrotsearch.hppc.cursors.ShortDoubleCursor
            dup
            invokespecial com.carrotsearch.hppc.cursors.ShortDoubleCursor.<init>:()V
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
         4: .line 680
            return
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$EntryIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  protected com.carrotsearch.hppc.cursors.ShortDoubleCursor fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator this
         0: .line 684
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.max:I
            if_icmpge 10
         1: .line 686
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            goto 9
         2: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            getfield com.carrotsearch.hppc.ShortDoubleHashMap.keys:[S
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            saload
            dup
            istore 1 /* existing */
        start local 1 // short existing
         3: ifeq 8
         4: .line 688
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.ShortDoubleCursor.index:I
         5: .line 689
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
            iload 1 /* existing */
            putfield com.carrotsearch.hppc.cursors.ShortDoubleCursor.key:S
         6: .line 690
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            getfield com.carrotsearch.hppc.ShortDoubleHashMap.values:[D
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            daload
            putfield com.carrotsearch.hppc.cursors.ShortDoubleCursor.value:D
         7: .line 691
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
            areturn
         8: .line 686
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
        end local 1 // short existing
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.max:I
            if_icmplt 2
        10: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.max:I
            if_icmpne 16
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            getfield com.carrotsearch.hppc.ShortDoubleHashMap.hasEmptyKey:Z
            ifeq 16
        11: .line 697
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.ShortDoubleCursor.index:I
        12: .line 698
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
            iconst_0
            putfield com.carrotsearch.hppc.cursors.ShortDoubleCursor.key:S
        13: .line 699
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.this$0:Lcom/carrotsearch/hppc/ShortDoubleHashMap;
            getfield com.carrotsearch.hppc.ShortDoubleHashMap.values:[D
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.max:I
            daload
            putfield com.carrotsearch.hppc.cursors.ShortDoubleCursor.value:D
        14: .line 700
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.slot:I
        15: .line 701
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.cursor:Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
            areturn
        16: .line 704
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ShortDoubleCursor
            areturn
        end local 0 // com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/carrotsearch/hppc/ShortDoubleHashMap$EntryIterator;
            3    9     1  existing  S

  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.ShortDoubleHashMap$EntryIterator.fetch:()Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/carrotsearch/hppc/AbstractIterator<Lcom/carrotsearch/hppc/cursors/ShortDoubleCursor;>;
SourceFile: "ShortDoubleHashMap.java"
NestHost: com.carrotsearch.hppc.ShortDoubleHashMap
InnerClasses:
  private final EntryIterator = com.carrotsearch.hppc.ShortDoubleHashMap$EntryIterator of com.carrotsearch.hppc.ShortDoubleHashMap