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

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

  protected com.carrotsearch.hppc.cursors.FloatCursor fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/FloatCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator this
         0: .line 986
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.max:I
            if_icmpge 8
         1: .line 987
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            goto 7
         2: .line 988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.this$0:Lcom/carrotsearch/hppc/LongFloatHashMap;
            getfield com.carrotsearch.hppc.LongFloatHashMap.keys:[J
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            laload
            lconst_0
            lcmp
            ifeq 6
         3: .line 989
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/FloatCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.FloatCursor.index:I
         4: .line 990
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/FloatCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.this$0:Lcom/carrotsearch/hppc/LongFloatHashMap;
            getfield com.carrotsearch.hppc.LongFloatHashMap.values:[F
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            faload
            putfield com.carrotsearch.hppc.cursors.FloatCursor.value:F
         5: .line 991
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/FloatCursor;
            areturn
         6: .line 987
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.max:I
            if_icmplt 2
         8: .line 996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.max:I
            if_icmpne 13
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.this$0:Lcom/carrotsearch/hppc/LongFloatHashMap;
            getfield com.carrotsearch.hppc.LongFloatHashMap.hasEmptyKey:Z
            ifeq 13
         9: .line 997
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/FloatCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.FloatCursor.index:I
        10: .line 998
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/FloatCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.this$0:Lcom/carrotsearch/hppc/LongFloatHashMap;
            getfield com.carrotsearch.hppc.LongFloatHashMap.values:[F
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.max:I
            faload
            putfield com.carrotsearch.hppc.cursors.FloatCursor.value:F
        11: .line 999
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.slot:I
        12: .line 1000
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/FloatCursor;
            areturn
        13: .line 1003
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.FloatCursor
            areturn
        end local 0 // com.carrotsearch.hppc.LongFloatHashMap$ValuesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/carrotsearch/hppc/LongFloatHashMap$ValuesIterator;

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