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

67 lines
1.8 KiB
Smali

.class abstract Lcom/google/common/util/concurrent/AggregateFutureState$AtomicHelper;
.super Ljava/lang/Object;
.source "AggregateFutureState.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/AggregateFutureState;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "AtomicHelper"
.end annotation
# 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/AggregateFutureState$1;)V
.locals 0
.line 2
invoke-direct {p0}, Lcom/google/common/util/concurrent/AggregateFutureState$AtomicHelper;-><init>()V
return-void
.end method
# virtual methods
.method public abstract compareAndSetSeenExceptions(Lcom/google/common/util/concurrent/AggregateFutureState;Ljava/util/Set;Ljava/util/Set;)V
.param p2 # Ljava/util/Set;
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/util/concurrent/AggregateFutureState<",
"*>;",
"Ljava/util/Set<",
"Ljava/lang/Throwable;",
">;",
"Ljava/util/Set<",
"Ljava/lang/Throwable;",
">;)V"
}
.end annotation
.end method
.method public abstract decrementAndGetRemainingCount(Lcom/google/common/util/concurrent/AggregateFutureState;)I
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/util/concurrent/AggregateFutureState<",
"*>;)I"
}
.end annotation
.end method