final class io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue<T> extends java.util.concurrent.ConcurrentLinkedQueue<T> implements io.reactivex.internal.operators.maybe.MaybeMergeArray$SimpleQueueWithConsumerIndex<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue
  super_class: java.util.concurrent.ConcurrentLinkedQueue
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4025173261791142821

  int consumerIndex;
    descriptor: I
    flags: (0x0000) 

  final java.util.concurrent.atomic.AtomicInteger producerIndex;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0010) ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
         0: .line 413
            aload 0 /* this */
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
         1: .line 414
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.producerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 415
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;

  public boolean offer(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
        start local 1 // java.lang.Object v1
        start local 2 // java.lang.Object v2
         0: .line 419
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.lang.Object v2
        end local 1 // java.lang.Object v1
        end local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
            0    1     1    v1  TT;
            0    1     2    v2  TT;
    Signature: (TT;TT;)Z
    MethodParameters:
      Name  Flags
      v1    
      v2    

  public boolean offer();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
        start local 1 // java.lang.Object e
         0: .line 424
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.producerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            pop
         1: .line 425
            aload 0 /* this */
            aload 1 /* e */
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.offer:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
            0    2     1     e  TT;
    Signature: (TT;)Z
    MethodParameters:
      Name  Flags
      e     

  public T poll();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
         0: .line 431
            aload 0 /* this */
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.poll:()Ljava/lang/Object;
            astore 1 /* v */
        start local 1 // java.lang.Object v
         1: .line 432
            aload 1 /* v */
            ifnull 3
         2: .line 433
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.consumerIndex:I
            iconst_1
            iadd
            putfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.consumerIndex:I
         3: .line 435
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* v */
            areturn
        end local 1 // java.lang.Object v
        end local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
            1    4     1     v  TT;
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  public int consumerIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
         0: .line 440
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.consumerIndex:I
            ireturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;

  public int producerIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
         0: .line 445
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.producerIndex:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ireturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;

  public void drop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
         0: .line 450
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue.poll:()Ljava/lang/Object;
            pop
         1: .line 451
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeMergeArray$ClqSimpleQueue<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/ConcurrentLinkedQueue<TT;>;Lio/reactivex/internal/operators/maybe/MaybeMergeArray$SimpleQueueWithConsumerIndex<TT;>;
SourceFile: "MaybeMergeArray.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeMergeArray
InnerClasses:
  final ClqSimpleQueue = io.reactivex.internal.operators.maybe.MaybeMergeArray$ClqSimpleQueue of io.reactivex.internal.operators.maybe.MaybeMergeArray
  abstract SimpleQueueWithConsumerIndex = io.reactivex.internal.operators.maybe.MaybeMergeArray$SimpleQueueWithConsumerIndex of io.reactivex.internal.operators.maybe.MaybeMergeArray