CacheUtil$1.smali

.class Lcom/library/cache/CacheUtil$1;
.super Landroid/util/LruCache;
.source "CacheUtil.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
    value = Lcom/library/cache/CacheUtil;->initLruCache()V
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x0
    name = null
.end annotation

.annotation system Ldalvik/annotation/Signature;
    value = {
        "Landroid/util/LruCache<",
        "Ljava/lang/Integer;",
        "TT;>;"
    }
.end annotation


# instance fields
.field final synthetic this$0:Lcom/library/cache/CacheUtil;


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method

.method constructor <init>(Lcom/library/cache/CacheUtil;I)V
    .registers 3
    .param p1, "this$0"    # Lcom/library/cache/CacheUtil;
    .param p2, "x0"    # I

    .line 48
    .local p0, "this":Lcom/library/cache/CacheUtil$1;, "Lcom/library/cache/CacheUtil$1;"
    iput-object p1, p0, Lcom/library/cache/CacheUtil$1;->this$0:Lcom/library/cache/CacheUtil;

    invoke-direct {p0, p2}, Landroid/util/LruCache;-><init>(I)V

    return-void
.end method


# virtual methods
.method protected entryRemoved(ZLjava/lang/Integer;Ljava/lang/Object;Ljava/lang/Object;)V
    .registers 5
    .param p1, "evicted"    # Z
    .param p2, "key"    # Ljava/lang/Integer;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(Z",
            "Ljava/lang/Integer;",
            "TT;TT;)V"
        }
    .end annotation

    .line 51
    .local p0, "this":Lcom/library/cache/CacheUtil$1;, "Lcom/library/cache/CacheUtil$1;"
    .local p3, "oldValue":Ljava/lang/Object;, "TT;"
    .local p4, "newValue":Ljava/lang/Object;, "TT;"
    invoke-super {p0, p1, p2, p3, p4}, Landroid/util/LruCache;->entryRemoved(ZLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V

    .line 52
    return-void
.end method

.method protected bridge synthetic entryRemoved(ZLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    .registers 5

    .line 48
    .local p0, "this":Lcom/library/cache/CacheUtil$1;, "Lcom/library/cache/CacheUtil$1;"
    check-cast p2, Ljava/lang/Integer;

    invoke-virtual {p0, p1, p2, p3, p4}, Lcom/library/cache/CacheUtil$1;->entryRemoved(ZLjava/lang/Integer;Ljava/lang/Object;Ljava/lang/Object;)V

    return-void
.end method