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

23 lines
673 B
Smali

.class interface abstract Lcom/google/common/util/concurrent/CycleDetectingLockFactory$CycleDetectingLock;
.super Ljava/lang/Object;
.source "CycleDetectingLockFactory.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/util/concurrent/CycleDetectingLockFactory;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "CycleDetectingLock"
.end annotation
# virtual methods
.method public abstract getLockGraphNode()Lcom/google/common/util/concurrent/CycleDetectingLockFactory$LockGraphNode;
.end method
.method public abstract isAcquiredByCurrentThread()Z
.end method