Rabbit-R1/android (non root)/smali/smali_classes2/com/google/common/cache/ReferenceEntry.smali
2024-05-21 17:08:36 -04:00

163 lines
4.4 KiB
Smali

.class interface abstract Lcom/google/common/cache/ReferenceEntry;
.super Ljava/lang/Object;
.source "ReferenceEntry.java"
# annotations
.annotation runtime Lcom/google/common/cache/ElementTypesAreNonnullByDefault;
.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/CheckForNull;
.end annotation
.end method
.method public abstract getNext()Lcom/google/common/cache/ReferenceEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;"
}
.end annotation
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end method
.method public abstract getNextInAccessQueue()Lcom/google/common/cache/ReferenceEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract getNextInWriteQueue()Lcom/google/common/cache/ReferenceEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract getPreviousInAccessQueue()Lcom/google/common/cache/ReferenceEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract getPreviousInWriteQueue()Lcom/google/common/cache/ReferenceEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;"
}
.end annotation
.end method
.method public abstract getValueReference()Lcom/google/common/cache/LocalCache$ValueReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/cache/LocalCache$ValueReference<",
"TK;TV;>;"
}
.end annotation
.annotation runtime Ljavax/annotation/CheckForNull;
.end annotation
.end method
.method public abstract getWriteTime()J
.end method
.method public abstract setAccessTime(J)V
.end method
.method public abstract setNextInAccessQueue(Lcom/google/common/cache/ReferenceEntry;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setNextInWriteQueue(Lcom/google/common/cache/ReferenceEntry;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setPreviousInAccessQueue(Lcom/google/common/cache/ReferenceEntry;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setPreviousInWriteQueue(Lcom/google/common/cache/ReferenceEntry;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setValueReference(Lcom/google/common/cache/LocalCache$ValueReference;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/cache/LocalCache$ValueReference<",
"TK;TV;>;)V"
}
.end annotation
.end method
.method public abstract setWriteTime(J)V
.end method