final class io.reactivex.internal.operators.flowable.FlowableReplay$Node extends java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.flowable.FlowableReplay$Node>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableReplay$Node
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 245354315435971818
final java.lang.Object value;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
final long index;
descriptor: J
flags: (0x0010) ACC_FINAL
void <init>(java.lang.Object, long);
descriptor: (Ljava/lang/Object;J)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableReplay$Node.value:Ljava/lang/Object;
2: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableReplay$Node.index:J
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;
0 4 1 value Ljava/lang/Object;
0 4 2 index J
MethodParameters:
Name Flags
value
index
}
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/flowable/FlowableReplay$Node;>;
SourceFile: "FlowableReplay.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableReplay
InnerClasses:
final Node = io.reactivex.internal.operators.flowable.FlowableReplay$Node of io.reactivex.internal.operators.flowable.FlowableReplay