final class com.carrotsearch.hppc.ObjectArrayList$ValueIterator<KType> 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.ObjectArrayList$ValueIterator
  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 KType[] buffer;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [TKType;

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

  public void <init>(KType[], );
    descriptor: ([Ljava/lang/Object;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.carrotsearch.hppc.ObjectArrayList$ValueIterator this
        start local 1 // java.lang.Object[] buffer
        start local 2 // int size
         0: .line 503
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractIterator.<init>:()V
         1: .line 504
            aload 0 /* this */
            new com.carrotsearch.hppc.cursors.ObjectCursor
            dup
            invokespecial com.carrotsearch.hppc.cursors.ObjectCursor.<init>:()V
            putfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
         2: .line 505
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            iconst_m1
            putfield com.carrotsearch.hppc.cursors.ObjectCursor.index:I
         3: .line 506
            aload 0 /* this */
            iload 2 /* size */
            putfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.size:I
         4: .line 507
            aload 0 /* this */
            aload 1 /* buffer */
            putfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.buffer:[Ljava/lang/Object;
         5: .line 508
            return
        end local 2 // int size
        end local 1 // java.lang.Object[] buffer
        end local 0 // com.carrotsearch.hppc.ObjectArrayList$ValueIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/carrotsearch/hppc/ObjectArrayList$ValueIterator<TKType;>;
            0    6     1  buffer  [Ljava/lang/Object;
            0    6     2    size  I
    Signature: ([TKType;I)V
    MethodParameters:
        Name  Flags
      buffer  
      size    

  protected com.carrotsearch.hppc.cursors.ObjectCursor<KType> fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/ObjectCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ObjectArrayList$ValueIterator this
         0: .line 512
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            getfield com.carrotsearch.hppc.cursors.ObjectCursor.index:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.size:I
            if_icmpne 2
         1: .line 513
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ObjectArrayList$ValueIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ObjectCursor
            areturn
         2: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.buffer:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            dup
            getfield com.carrotsearch.hppc.cursors.ObjectCursor.index:I
            iconst_1
            iadd
            dup_x1
            putfield com.carrotsearch.hppc.cursors.ObjectCursor.index:I
            aaload
            putfield com.carrotsearch.hppc.cursors.ObjectCursor.value:Ljava/lang/Object;
         3: .line 516
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ObjectArrayList$ValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            areturn
        end local 0 // com.carrotsearch.hppc.ObjectArrayList$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/carrotsearch/hppc/ObjectArrayList$ValueIterator<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.ObjectArrayList$ValueIterator.fetch:()Lcom/carrotsearch/hppc/cursors/ObjectCursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <KType:Ljava/lang/Object;>Lcom/carrotsearch/hppc/AbstractIterator<Lcom/carrotsearch/hppc/cursors/ObjectCursor<TKType;>;>;
SourceFile: "ObjectArrayList.java"
NestHost: com.carrotsearch.hppc.ObjectArrayList
InnerClasses:
  final ValueIterator = com.carrotsearch.hppc.ObjectArrayList$ValueIterator of com.carrotsearch.hppc.ObjectArrayList