123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .class final Lio/reactivex/subjects/ReplaySubject$TimedNode;
- .super Ljava/util/concurrent/atomic/AtomicReference;
- .source "ReplaySubject.java"
- # annotations
- .annotation system Ldalvik/annotation/EnclosingClass;
- value = Lio/reactivex/subjects/ReplaySubject;
- .end annotation
- .annotation system Ldalvik/annotation/InnerClass;
- accessFlags = 0x18
- name = "TimedNode"
- .end annotation
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Object;",
- ">",
- "Ljava/util/concurrent/atomic/AtomicReference<",
- "Lio/reactivex/subjects/ReplaySubject$TimedNode<",
- "TT;>;>;"
- }
- .end annotation
- # static fields
- .field private static final serialVersionUID:J = 0x58e06200f2edb94cL
- # instance fields
- .field final time:J
- .field final value:Ljava/lang/Object;
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "TT;"
- }
- .end annotation
- .end field
- # direct methods
- .method constructor <init>(Ljava/lang/Object;J)V
- .locals 0
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(TT;J)V"
- }
- .end annotation
- .line 704
- invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
- .line 705
- iput-object p1, p0, Lio/reactivex/subjects/ReplaySubject$TimedNode;->value:Ljava/lang/Object;
- .line 706
- iput-wide p2, p0, Lio/reactivex/subjects/ReplaySubject$TimedNode;->time:J
- return-void
- .end method
|