final class com.carrotsearch.hppc.LongArrayList$ValueIterator extends com.carrotsearch.hppc.AbstractIterator<com.carrotsearch.hppc.cursors.LongCursor>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.carrotsearch.hppc.LongArrayList$ValueIterator
  super_class: com.carrotsearch.hppc.AbstractIterator
{
  private final com.carrotsearch.hppc.cursors.LongCursor cursor;
    descriptor: Lcom/carrotsearch/hppc/cursors/LongCursor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long[] buffer;
    descriptor: [J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int size;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long[], int);
    descriptor: ([JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.carrotsearch.hppc.LongArrayList$ValueIterator this
        start local 1 // long[] buffer
        start local 2 // int size
         0: .line 493
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractIterator.<init>:()V
         1: .line 494
            aload 0 /* this */
            new com.carrotsearch.hppc.cursors.LongCursor
            dup
            invokespecial com.carrotsearch.hppc.cursors.LongCursor.<init>:()V
            putfield com.carrotsearch.hppc.LongArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
         2: .line 495
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            iconst_m1
            putfield com.carrotsearch.hppc.cursors.LongCursor.index:I
         3: .line 496
            aload 0 /* this */
            iload 2 /* size */
            putfield com.carrotsearch.hppc.LongArrayList$ValueIterator.size:I
         4: .line 497
            aload 0 /* this */
            aload 1 /* buffer */
            putfield com.carrotsearch.hppc.LongArrayList$ValueIterator.buffer:[J
         5: .line 498
            return
        end local 2 // int size
        end local 1 // long[] buffer
        end local 0 // com.carrotsearch.hppc.LongArrayList$ValueIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/carrotsearch/hppc/LongArrayList$ValueIterator;
            0    6     1  buffer  [J
            0    6     2    size  I
    MethodParameters:
        Name  Flags
      buffer  
      size    

  protected com.carrotsearch.hppc.cursors.LongCursor fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/LongCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.LongArrayList$ValueIterator this
         0: .line 502
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            getfield com.carrotsearch.hppc.cursors.LongCursor.index:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongArrayList$ValueIterator.size:I
            if_icmpne 2
         1: .line 503
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.LongArrayList$ValueIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.LongCursor
            areturn
         2: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongArrayList$ValueIterator.buffer:[J
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            dup
            getfield com.carrotsearch.hppc.cursors.LongCursor.index:I
            iconst_1
            iadd
            dup_x1
            putfield com.carrotsearch.hppc.cursors.LongCursor.index:I
            laload
            putfield com.carrotsearch.hppc.cursors.LongCursor.value:J
         3: .line 506
            aload 0 /* this */
            getfield com.carrotsearch.hppc.LongArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/LongCursor;
            areturn
        end local 0 // com.carrotsearch.hppc.LongArrayList$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/carrotsearch/hppc/LongArrayList$ValueIterator;

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