62 lines
1.4 KiB
Smali
62 lines
1.4 KiB
Smali
.class Lcom/google/common/util/concurrent/Striped$1;
|
|
.super Ljava/lang/Object;
|
|
.source "Striped.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/common/base/Supplier;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/google/common/util/concurrent/Striped;->lock(I)Lcom/google/common/util/concurrent/Striped;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Lcom/google/common/base/Supplier<",
|
|
"Ljava/util/concurrent/locks/Lock;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public bridge synthetic get()Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Lcom/google/common/util/concurrent/Striped$1;->get()Ljava/util/concurrent/locks/Lock;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public get()Ljava/util/concurrent/locks/Lock;
|
|
.locals 1
|
|
|
|
.line 2
|
|
new-instance v0, Lcom/google/common/util/concurrent/Striped$PaddedLock;
|
|
|
|
invoke-direct {v0}, Lcom/google/common/util/concurrent/Striped$PaddedLock;-><init>()V
|
|
|
|
return-object v0
|
|
.end method
|