ReplaySubject$Node.smali 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .class final Lio/reactivex/subjects/ReplaySubject$Node;
  2. .super Ljava/util/concurrent/atomic/AtomicReference;
  3. .source "ReplaySubject.java"
  4. # annotations
  5. .annotation system Ldalvik/annotation/EnclosingClass;
  6. value = Lio/reactivex/subjects/ReplaySubject;
  7. .end annotation
  8. .annotation system Ldalvik/annotation/InnerClass;
  9. accessFlags = 0x18
  10. name = "Node"
  11. .end annotation
  12. .annotation system Ldalvik/annotation/Signature;
  13. value = {
  14. "<T:",
  15. "Ljava/lang/Object;",
  16. ">",
  17. "Ljava/util/concurrent/atomic/AtomicReference<",
  18. "Lio/reactivex/subjects/ReplaySubject$Node<",
  19. "TT;>;>;"
  20. }
  21. .end annotation
  22. # static fields
  23. .field private static final serialVersionUID:J = 0x58e06200f2edb94cL
  24. # instance fields
  25. .field final value:Ljava/lang/Object;
  26. .annotation system Ldalvik/annotation/Signature;
  27. value = {
  28. "TT;"
  29. }
  30. .end annotation
  31. .end field
  32. # direct methods
  33. .method constructor <init>(Ljava/lang/Object;)V
  34. .locals 0
  35. .annotation system Ldalvik/annotation/Signature;
  36. value = {
  37. "(TT;)V"
  38. }
  39. .end annotation
  40. .line 692
  41. invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicReference;-><init>()V
  42. .line 693
  43. iput-object p1, p0, Lio/reactivex/subjects/ReplaySubject$Node;->value:Ljava/lang/Object;
  44. return-void
  45. .end method