tmap/smali_classes3/com/google/common/util/concurrent/ExecutionSequencer$ThreadConfinedTaskQueue.smali
2022-06-10 21:38:30 +09:00

52 lines
1.3 KiB
Smali

.class final Lcom/google/common/util/concurrent/ExecutionSequencer$ThreadConfinedTaskQueue;
.super Ljava/lang/Object;
.source "ExecutionSequencer.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/ExecutionSequencer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "ThreadConfinedTaskQueue"
.end annotation
# instance fields
.field public nextExecutor:Ljava/util/concurrent/Executor;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end field
.field public nextTask:Ljava/lang/Runnable;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end field
.field public thread:Ljava/lang/Thread;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end field
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lcom/google/common/util/concurrent/ExecutionSequencer$1;)V
.locals 0
.line 2
invoke-direct {p0}, Lcom/google/common/util/concurrent/ExecutionSequencer$ThreadConfinedTaskQueue;-><init>()V
return-void
.end method