tmap/smali_classes3/com/google/common/cache/ForwardingLoadingCache$SimpleForwardingLoadingCache.smali
2022-06-10 21:38:30 +09:00

105 lines
2.9 KiB
Smali

.class public abstract Lcom/google/common/cache/ForwardingLoadingCache$SimpleForwardingLoadingCache;
.super Lcom/google/common/cache/ForwardingLoadingCache;
.source "ForwardingLoadingCache.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/cache/ForwardingLoadingCache;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "SimpleForwardingLoadingCache"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"V:",
"Ljava/lang/Object;",
">",
"Lcom/google/common/cache/ForwardingLoadingCache<",
"TK;TV;>;"
}
.end annotation
# instance fields
.field private final delegate:Lcom/google/common/cache/LoadingCache;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/cache/LoadingCache<",
"TK;TV;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lcom/google/common/cache/LoadingCache;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/cache/LoadingCache<",
"TK;TV;>;)V"
}
.end annotation
.line 1
invoke-direct {p0}, Lcom/google/common/cache/ForwardingLoadingCache;-><init>()V
.line 2
invoke-static {p1}, Lcom/google/common/base/Preconditions;->checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Lcom/google/common/cache/LoadingCache;
iput-object p1, p0, Lcom/google/common/cache/ForwardingLoadingCache$SimpleForwardingLoadingCache;->delegate:Lcom/google/common/cache/LoadingCache;
return-void
.end method
# virtual methods
.method public bridge synthetic delegate()Lcom/google/common/cache/Cache;
.locals 1
.line 1
invoke-virtual {p0}, Lcom/google/common/cache/ForwardingLoadingCache$SimpleForwardingLoadingCache;->delegate()Lcom/google/common/cache/LoadingCache;
move-result-object v0
return-object v0
.end method
.method public final delegate()Lcom/google/common/cache/LoadingCache;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/cache/LoadingCache<",
"TK;TV;>;"
}
.end annotation
.line 3
iget-object v0, p0, Lcom/google/common/cache/ForwardingLoadingCache$SimpleForwardingLoadingCache;->delegate:Lcom/google/common/cache/LoadingCache;
return-object v0
.end method
.method public bridge synthetic delegate()Ljava/lang/Object;
.locals 1
.line 2
invoke-virtual {p0}, Lcom/google/common/cache/ForwardingLoadingCache$SimpleForwardingLoadingCache;->delegate()Lcom/google/common/cache/LoadingCache;
move-result-object v0
return-object v0
.end method