tmap/smali_classes5/io/reactivex/rxjava3/processors/ReplayProcessor$TimedNode.smali
2022-06-10 21:38:30 +09:00

75 lines
1.8 KiB
Smali

.class final Lio/reactivex/rxjava3/processors/ReplayProcessor$TimedNode;
.super Ljava/util/concurrent/atomic/AtomicReference;
.source "ReplayProcessor.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/rxjava3/processors/ReplayProcessor;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "TimedNode"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/util/concurrent/atomic/AtomicReference<",
"Lio/reactivex/rxjava3/processors/ReplayProcessor$TimedNode<",
"TT;>;>;"
}
.end annotation
# static fields
.field private static final serialVersionUID:J = 0x58e06200f2edb94cL
# instance fields
.field public final time:J
.field public final value:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TT;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Ljava/lang/Object;J)V
.locals 0
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0,
0x0
}
names = {
"value",
"time"
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;J)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
.line 2
iput-object p1, p0, Lio/reactivex/rxjava3/processors/ReplayProcessor$TimedNode;->value:Ljava/lang/Object;
.line 3
iput-wide p2, p0, Lio/reactivex/rxjava3/processors/ReplayProcessor$TimedNode;->time:J
return-void
.end method