mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
58 lines
1.4 KiB
Smali
58 lines
1.4 KiB
Smali
.class final Lcom/google/common/cache/LocalCache$WeightedStrongValueReference;
|
|
.super Lcom/google/common/cache/LocalCache$StrongValueReference;
|
|
.source "LocalCache.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/cache/LocalCache;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x18
|
|
name = "WeightedStrongValueReference"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<K:",
|
|
"Ljava/lang/Object;",
|
|
"V:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Lcom/google/common/cache/LocalCache$StrongValueReference<",
|
|
"TK;TV;>;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final weight:I
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>(Ljava/lang/Object;I)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(TV;I)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1635
|
|
invoke-direct {p0, p1}, Lcom/google/common/cache/LocalCache$StrongValueReference;-><init>(Ljava/lang/Object;)V
|
|
|
|
iput p2, p0, Lcom/google/common/cache/LocalCache$WeightedStrongValueReference;->weight:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getWeight()I
|
|
.locals 0
|
|
|
|
iget p0, p0, Lcom/google/common/cache/LocalCache$WeightedStrongValueReference;->weight:I
|
|
|
|
return p0
|
|
.end method
|