mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
69 lines
1.2 KiB
Smali
69 lines
1.2 KiB
Smali
.class Lcom/google/common/cache/CacheBuilder$1;
|
|
.super Ljava/lang/Object;
|
|
.source "CacheBuilder.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/common/cache/AbstractCache$StatsCounter;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/cache/CacheBuilder;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x0
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 209
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public recordEviction()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public recordHits(I)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public recordLoadException(J)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public recordLoadSuccess(J)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public recordMisses(I)V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public snapshot()Lcom/google/common/cache/CacheStats;
|
|
.locals 0
|
|
|
|
.line 229
|
|
sget-object p0, Lcom/google/common/cache/CacheBuilder;->EMPTY_STATS:Lcom/google/common/cache/CacheStats;
|
|
|
|
return-object p0
|
|
.end method
|