final class io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode<E> extends java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode<E>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2404266111789071508

  private E value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TE;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
         0: .line 156
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 157
            return
        end local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;

  void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
        start local 1 // java.lang.Object val
         0: .line 159
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 160
            aload 0 /* this */
            aload 1 /* val */
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode.spValue:(Ljava/lang/Object;)V
         2: .line 161
            return
        end local 1 // java.lang.Object val
        end local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;
            0    3     1   val  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      val   

  public E getAndNullValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
         0: .line 168
            aload 0 /* this */
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode.lpValue:()Ljava/lang/Object;
            astore 1 /* temp */
        start local 1 // java.lang.Object temp
         1: .line 169
            aload 0 /* this */
            aconst_null
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode.spValue:(Ljava/lang/Object;)V
         2: .line 170
            aload 1 /* temp */
            areturn
        end local 1 // java.lang.Object temp
        end local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;
            1    3     1  temp  TE;
    Signature: ()TE;

  public E lpValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
         0: .line 174
            aload 0 /* this */
            getfield io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode.value:Ljava/lang/Object;
            areturn
        end local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;
    Signature: ()TE;

  public void spValue();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
        start local 1 // java.lang.Object newValue
         0: .line 178
            aload 0 /* this */
            aload 1 /* newValue */
            putfield io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode.value:Ljava/lang/Object;
         1: .line 179
            return
        end local 1 // java.lang.Object newValue
        end local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;
            0    2     1  newValue  TE;
    Signature: (TE;)V
    MethodParameters:
          Name  Flags
      newValue  

  public void soNext(io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode<E>);
    descriptor: (Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
        start local 1 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode n
         0: .line 182
            aload 0 /* this */
            aload 1 /* n */
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode.lazySet:(Ljava/lang/Object;)V
         1: .line 183
            return
        end local 1 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode n
        end local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;
            0    2     1     n  Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;
    Signature: (Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;)V
    MethodParameters:
      Name  Flags
      n     

  public io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode<E> lvNext();
    descriptor: ()Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
         0: .line 186
            aload 0 /* this */
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode
            areturn
        end local 0 // io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;
    Signature: ()Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/queue/MpscLinkedQueue$LinkedQueueNode<TE;>;>;
SourceFile: "MpscLinkedQueue.java"
NestHost: io.reactivex.internal.queue.MpscLinkedQueue
InnerClasses:
  final LinkedQueueNode = io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode of io.reactivex.internal.queue.MpscLinkedQueue