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

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

  protected com.carrotsearch.hppc.cursors.IntCursor fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/IntCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator this
         0: .line 986
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.max:I
            if_icmpge 8
         1: .line 987
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            goto 7
         2: .line 988
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.this$0:Lcom/carrotsearch/hppc/ShortIntHashMap;
            getfield com.carrotsearch.hppc.ShortIntHashMap.keys:[S
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            saload
            ifeq 6
         3: .line 989
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/IntCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.IntCursor.index:I
         4: .line 990
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/IntCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.this$0:Lcom/carrotsearch/hppc/ShortIntHashMap;
            getfield com.carrotsearch.hppc.ShortIntHashMap.values:[I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            iaload
            putfield com.carrotsearch.hppc.cursors.IntCursor.value:I
         5: .line 991
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/IntCursor;
            areturn
         6: .line 987
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.max:I
            if_icmplt 2
         8: .line 996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.max:I
            if_icmpne 13
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.this$0:Lcom/carrotsearch/hppc/ShortIntHashMap;
            getfield com.carrotsearch.hppc.ShortIntHashMap.hasEmptyKey:Z
            ifeq 13
         9: .line 997
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/IntCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            putfield com.carrotsearch.hppc.cursors.IntCursor.index:I
        10: .line 998
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/IntCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.this$0:Lcom/carrotsearch/hppc/ShortIntHashMap;
            getfield com.carrotsearch.hppc.ShortIntHashMap.values:[I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.max:I
            iaload
            putfield com.carrotsearch.hppc.cursors.IntCursor.value:I
        11: .line 999
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
            iconst_1
            iadd
            putfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.slot:I
        12: .line 1000
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.cursor:Lcom/carrotsearch/hppc/cursors/IntCursor;
            areturn
        13: .line 1003
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.IntCursor
            areturn
        end local 0 // com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/carrotsearch/hppc/ShortIntHashMap$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.ShortIntHashMap$ValuesIterator.fetch:()Lcom/carrotsearch/hppc/cursors/IntCursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/carrotsearch/hppc/AbstractIterator<Lcom/carrotsearch/hppc/cursors/IntCursor;>;
SourceFile: "ShortIntHashMap.java"
NestHost: com.carrotsearch.hppc.ShortIntHashMap
InnerClasses:
  private final ValuesIterator = com.carrotsearch.hppc.ShortIntHashMap$ValuesIterator of com.carrotsearch.hppc.ShortIntHashMap