BasicIntQueueDisposable.smali 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .class public abstract Lio/reactivex/internal/observers/BasicIntQueueDisposable;
  2. .super Ljava/util/concurrent/atomic/AtomicInteger;
  3. .source "BasicIntQueueDisposable.java"
  4. # interfaces
  5. .implements Lio/reactivex/internal/fuseable/QueueDisposable;
  6. # annotations
  7. .annotation system Ldalvik/annotation/Signature;
  8. value = {
  9. "<T:",
  10. "Ljava/lang/Object;",
  11. ">",
  12. "Ljava/util/concurrent/atomic/AtomicInteger;",
  13. "Lio/reactivex/internal/fuseable/QueueDisposable<",
  14. "TT;>;"
  15. }
  16. .end annotation
  17. # static fields
  18. .field private static final serialVersionUID:J = -0xde6dc4fc9ec36d1L
  19. # direct methods
  20. .method public constructor <init>()V
  21. .locals 0
  22. .line 25
  23. invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicInteger;-><init>()V
  24. return-void
  25. .end method
  26. # virtual methods
  27. .method public final offer(Ljava/lang/Object;)Z
  28. .locals 1
  29. .annotation system Ldalvik/annotation/Signature;
  30. value = {
  31. "(TT;)Z"
  32. }
  33. .end annotation
  34. .line 34
  35. new-instance p1, Ljava/lang/UnsupportedOperationException;
  36. const-string v0, "Should not be called"
  37. invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
  38. throw p1
  39. .end method
  40. .method public final offer(Ljava/lang/Object;Ljava/lang/Object;)Z
  41. .locals 0
  42. .annotation system Ldalvik/annotation/Signature;
  43. value = {
  44. "(TT;TT;)Z"
  45. }
  46. .end annotation
  47. .line 39
  48. new-instance p1, Ljava/lang/UnsupportedOperationException;
  49. const-string p2, "Should not be called"
  50. invoke-direct {p1, p2}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
  51. throw p1
  52. .end method