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

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

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

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

  protected com.carrotsearch.hppc.cursors.ByteCursor fetch();
    descriptor: ()Lcom/carrotsearch/hppc/cursors/ByteCursor;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator this
         0: .line 615
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.remaining:I
            ifne 2
         1: .line 616
            aload 0 /* this */
            invokevirtual com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.done:()Ljava/lang/Object;
            checkcast com.carrotsearch.hppc.cursors.ByteCursor
            areturn
         2: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.remaining:I
            iconst_1
            isub
            putfield com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.remaining:I
         3: .line 619
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ByteCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.this$0:Lcom/carrotsearch/hppc/ByteArrayDeque;
            getfield com.carrotsearch.hppc.ByteArrayDeque.buffer:[B
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ByteCursor;
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ByteCursor;
            getfield com.carrotsearch.hppc.cursors.ByteCursor.index:I
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.this$0:Lcom/carrotsearch/hppc/ByteArrayDeque;
            getfield com.carrotsearch.hppc.ByteArrayDeque.buffer:[B
            arraylength
            invokestatic com.carrotsearch.hppc.ByteArrayDeque.oneLeft:(II)I
            dup_x1
            putfield com.carrotsearch.hppc.cursors.ByteCursor.index:I
            baload
            putfield com.carrotsearch.hppc.cursors.ByteCursor.value:B
         4: .line 620
            aload 0 /* this */
            getfield com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator.cursor:Lcom/carrotsearch/hppc/cursors/ByteCursor;
            areturn
        end local 0 // com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/carrotsearch/hppc/ByteArrayDeque$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.ByteArrayDeque$DescendingValueIterator.fetch:()Lcom/carrotsearch/hppc/cursors/ByteCursor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/carrotsearch/hppc/AbstractIterator<Lcom/carrotsearch/hppc/cursors/ByteCursor;>;
SourceFile: "ByteArrayDeque.java"
NestHost: com.carrotsearch.hppc.ByteArrayDeque
InnerClasses:
  private final DescendingValueIterator = com.carrotsearch.hppc.ByteArrayDeque$DescendingValueIterator of com.carrotsearch.hppc.ByteArrayDeque