2022-06-10 21:38:30 +09:00

170 lines
4.7 KiB
Smali

.class public interface abstract Lcom/nytimes/android/external/cache/LocalCache$l;
.super Ljava/lang/Object;
.source "LocalCache.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/nytimes/android/external/cache/LocalCache;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "l"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"V:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract getAccessTime()J
.end method
.method public abstract getHash()I
.end method
.method public abstract getKey()Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TK;"
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end method
.method public abstract getNext()Lcom/nytimes/android/external/cache/LocalCache$l;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/nytimes/android/external/cache/LocalCache$l<",
"TK;TV;>;"
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end method
.method public abstract getNextInAccessQueue()Lcom/nytimes/android/external/cache/LocalCache$l;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/nytimes/android/external/cache/LocalCache$l<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract getNextInWriteQueue()Lcom/nytimes/android/external/cache/LocalCache$l;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/nytimes/android/external/cache/LocalCache$l<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract getPreviousInAccessQueue()Lcom/nytimes/android/external/cache/LocalCache$l;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/nytimes/android/external/cache/LocalCache$l<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract getPreviousInWriteQueue()Lcom/nytimes/android/external/cache/LocalCache$l;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/nytimes/android/external/cache/LocalCache$l<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract getValueReference()Lcom/nytimes/android/external/cache/LocalCache$t;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/nytimes/android/external/cache/LocalCache$t<",
"TK;TV;>;"
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end method
.method public abstract getWriteTime()J
.end method
.method public abstract setAccessTime(J)V
.end method
.method public abstract setNextInAccessQueue(Lcom/nytimes/android/external/cache/LocalCache$l;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/nytimes/android/external/cache/LocalCache$l<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setNextInWriteQueue(Lcom/nytimes/android/external/cache/LocalCache$l;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/nytimes/android/external/cache/LocalCache$l<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setPreviousInAccessQueue(Lcom/nytimes/android/external/cache/LocalCache$l;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/nytimes/android/external/cache/LocalCache$l<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setPreviousInWriteQueue(Lcom/nytimes/android/external/cache/LocalCache$l;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/nytimes/android/external/cache/LocalCache$l<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setValueReference(Lcom/nytimes/android/external/cache/LocalCache$t;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/nytimes/android/external/cache/LocalCache$t<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setWriteTime(J)V
.end method