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

132 lines
3.5 KiB
Smali

.class Lcom/google/common/cache/LocalCache$WriteQueue$1;
.super Lcom/google/common/cache/LocalCache$AbstractReferenceEntry;
.source "LocalCache.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/cache/LocalCache$WriteQueue;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/cache/LocalCache$AbstractReferenceEntry<",
"TK;TV;>;"
}
.end annotation
# instance fields
.field nextWrite:Lcom/google/common/cache/ReferenceEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;"
}
.end annotation
.end field
.field previousWrite:Lcom/google/common/cache/ReferenceEntry;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;"
}
.end annotation
.end field
# direct methods
.method constructor <init>(Lcom/google/common/cache/LocalCache$WriteQueue;)V
.locals 0
.line 3524
invoke-direct {p0}, Lcom/google/common/cache/LocalCache$AbstractReferenceEntry;-><init>()V
iput-object p0, p0, Lcom/google/common/cache/LocalCache$WriteQueue$1;->nextWrite:Lcom/google/common/cache/ReferenceEntry;
iput-object p0, p0, Lcom/google/common/cache/LocalCache$WriteQueue$1;->previousWrite:Lcom/google/common/cache/ReferenceEntry;
return-void
.end method
# virtual methods
.method public getNextInWriteQueue()Lcom/google/common/cache/ReferenceEntry;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;"
}
.end annotation
iget-object p0, p0, Lcom/google/common/cache/LocalCache$WriteQueue$1;->nextWrite:Lcom/google/common/cache/ReferenceEntry;
return-object p0
.end method
.method public getPreviousInWriteQueue()Lcom/google/common/cache/ReferenceEntry;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;"
}
.end annotation
iget-object p0, p0, Lcom/google/common/cache/LocalCache$WriteQueue$1;->previousWrite:Lcom/google/common/cache/ReferenceEntry;
return-object p0
.end method
.method public getWriteTime()J
.locals 2
const-wide v0, 0x7fffffffffffffffL
return-wide v0
.end method
.method public setNextInWriteQueue(Lcom/google/common/cache/ReferenceEntry;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;)V"
}
.end annotation
iput-object p1, p0, Lcom/google/common/cache/LocalCache$WriteQueue$1;->nextWrite:Lcom/google/common/cache/ReferenceEntry;
return-void
.end method
.method public setPreviousInWriteQueue(Lcom/google/common/cache/ReferenceEntry;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/common/cache/ReferenceEntry<",
"TK;TV;>;)V"
}
.end annotation
iput-object p1, p0, Lcom/google/common/cache/LocalCache$WriteQueue$1;->previousWrite:Lcom/google/common/cache/ReferenceEntry;
return-void
.end method
.method public setWriteTime(J)V
.locals 0
return-void
.end method