final class io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver<T, R> extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements io.reactivex.Observer<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3837284832786408377

  final io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver<T, R> parent;
    descriptor: Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver<TT;TR;>;

  final long index;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final int bufferSize;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  volatile io.reactivex.internal.fuseable.SimpleQueue<R> queue;
    descriptor: Lio/reactivex/internal/fuseable/SimpleQueue;
    flags: (0x0040) ACC_VOLATILE
    Signature: Lio/reactivex/internal/fuseable/SimpleQueue<TR;>;

  volatile boolean done;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  void <init>(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver<T, R>, long, );
    descriptor: (Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;JI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
        start local 1 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver parent
        start local 2 // long index
        start local 4 // int bufferSize
         0: .line 338
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 339
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
         2: .line 340
            aload 0 /* this */
            lload 2 /* index */
            putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.index:J
         3: .line 341
            aload 0 /* this */
            iload 4 /* bufferSize */
            putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.bufferSize:I
         4: .line 342
            return
        end local 4 // int bufferSize
        end local 2 // long index
        end local 1 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver parent
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
            0    5     1      parent  Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver<TT;TR;>;
            0    5     2       index  J
            0    5     4  bufferSize  I
    Signature: (Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver<TT;TR;>;JI)V
    MethodParameters:
            Name  Flags
      parent      
      index       
      bufferSize  

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 346
            aload 0 /* this */
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            ifeq 13
         1: .line 347
            aload 1 /* d */
            instanceof io.reactivex.internal.fuseable.QueueDisposable
            ifeq 12
         2: .line 349
            aload 1 /* d */
            checkcast io.reactivex.internal.fuseable.QueueDisposable
            astore 2 /* qd */
        start local 2 // io.reactivex.internal.fuseable.QueueDisposable qd
         3: .line 351
            aload 2 /* qd */
            bipush 7
            invokeinterface io.reactivex.internal.fuseable.QueueDisposable.requestFusion:(I)I
            istore 3 /* m */
        start local 3 // int m
         4: .line 352
            iload 3 /* m */
            iconst_1
            if_icmpne 9
         5: .line 353
            aload 0 /* this */
            aload 2 /* qd */
            putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
         6: .line 354
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.done:Z
         7: .line 355
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
            invokevirtual io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.drain:()V
         8: .line 356
            return
         9: .line 358
      StackMap locals: io.reactivex.internal.fuseable.QueueDisposable int
      StackMap stack:
            iload 3 /* m */
            iconst_2
            if_icmpne 12
        10: .line 359
            aload 0 /* this */
            aload 2 /* qd */
            putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
        11: .line 360
            return
        end local 3 // int m
        end local 2 // io.reactivex.internal.fuseable.QueueDisposable qd
        12: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.reactivex.internal.queue.SpscLinkedArrayQueue
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.bufferSize:I
            invokespecial io.reactivex.internal.queue.SpscLinkedArrayQueue.<init>:(I)V
            putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
        13: .line 366
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
            0   14     1     d  Lio/reactivex/disposables/Disposable;
            3   12     2    qd  Lio/reactivex/internal/fuseable/QueueDisposable<TR;>;
            4   12     3     m  I
    MethodParameters:
      Name  Flags
      d     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
        start local 1 // java.lang.Object t
         0: .line 370
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.index:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.unique:J
            lcmp
            ifne 4
         1: .line 371
            aload 1 /* t */
            ifnull 3
         2: .line 372
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            aload 1 /* t */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.offer:(Ljava/lang/Object;)Z
            pop
         3: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
            invokevirtual io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.drain:()V
         4: .line 376
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
            0    5     1     t  TR;
    Signature: (TR;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
        start local 1 // java.lang.Throwable t
         0: .line 380
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.innerError:(Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver;Ljava/lang/Throwable;)V
         1: .line 381
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
         0: .line 385
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.index:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.unique:J
            lcmp
            ifne 3
         1: .line 386
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.done:Z
         2: .line 387
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
            invokevirtual io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.drain:()V
         3: .line 389
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
         0: .line 392
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 393
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/Observer<TR;>;
SourceFile: "ObservableSwitchMap.java"
NestHost: io.reactivex.internal.operators.observable.ObservableSwitchMap
InnerClasses:
  final SwitchMapInnerObserver = io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver of io.reactivex.internal.operators.observable.ObservableSwitchMap
  final SwitchMapObserver = io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver of io.reactivex.internal.operators.observable.ObservableSwitchMap