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

  private int remaining;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final com.carrotsearch.hppc.DoubleArrayDeque this$0;
    descriptor: Lcom/carrotsearch/hppc/DoubleArrayDeque;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.carrotsearch.hppc.DoubleArrayDeque);
    descriptor: (Lcom/carrotsearch/hppc/DoubleArrayDeque;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator this
         0: .line 607
            aload 0 /* this */
            aload 1
            putfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.this$0:Lcom/carrotsearch/hppc/DoubleArrayDeque;
            aload 0 /* this */
            invokespecial com.carrotsearch.hppc.AbstractIterator.<init>:()V
         1: .line 608
            aload 0 /* this */
            new com.carrotsearch.hppc.cursors.DoubleCursor
            dup
            invokespecial com.carrotsearch.hppc.cursors.DoubleCursor.<init>:()V
            putfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/DoubleCursor;
         2: .line 609
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/DoubleCursor;
            aload 1
            getfield com.carrotsearch.hppc.DoubleArrayDeque.tail:I
            putfield com.carrotsearch.hppc.cursors.DoubleCursor.index:I
         3: .line 610
            aload 0 /* this */
            aload 1
            invokevirtual com.carrotsearch.hppc.DoubleArrayDeque.size:()I
            putfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.remaining:I
         4: .line 611
            return
        end local 0 // com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/DoubleArrayDeque$DescendingValueIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  protected com.carrotsearch.hppc.cursors.DoubleCursor fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/DoubleCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator this
         0: .line 615
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.remaining:I
            ifne 2
         1: .line 616
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.DoubleCursor
            areturn
         2: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.remaining:I
            iconst_1
            isub
            putfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.remaining:I
         3: .line 619
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/DoubleCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.this$0:Lcom/carrotsearch/hppc/DoubleArrayDeque;
            getfield com.carrotsearch.hppc.DoubleArrayDeque.buffer:[D
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/DoubleCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/DoubleCursor;
            getfield com.carrotsearch.hppc.cursors.DoubleCursor.index:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.this$0:Lcom/carrotsearch/hppc/DoubleArrayDeque;
            getfield com.carrotsearch.hppc.DoubleArrayDeque.buffer:[D
            arraylength
            invokestatic com.carrotsearch.hppc.DoubleArrayDeque.oneLeft:(II)I
            dup_x1
            putfield com.carrotsearch.hppc.cursors.DoubleCursor.index:I
            daload
            putfield com.carrotsearch.hppc.cursors.DoubleCursor.value:D
         4: .line 620
            aload 0 /* this */
            getfield com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/DoubleCursor;
            areturn
        end local 0 // com.carrotsearch.hppc.DoubleArrayDeque$DescendingValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/DoubleArrayDeque$DescendingValueIterator;

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