1234567891011121314151617181920212223242526272829 |
- .class public interface abstract Lio/reactivex/internal/fuseable/SimplePlainQueue;
- .super Ljava/lang/Object;
- .source "SimplePlainQueue.java"
- # interfaces
- .implements Lio/reactivex/internal/fuseable/SimpleQueue;
- # annotations
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Object;",
- ">",
- "Ljava/lang/Object;",
- "Lio/reactivex/internal/fuseable/SimpleQueue<",
- "TT;>;"
- }
- .end annotation
- # virtual methods
- .method public abstract poll()Ljava/lang/Object;
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "()TT;"
- }
- .end annotation
- .end method
|