tmap/smali_classes3/com/google/common/collect/MapMakerInternalMap$WeakValueReferenceImpl.smali
2022-06-10 21:38:30 +09:00

108 lines
3.3 KiB
Smali

.class final Lcom/google/common/collect/MapMakerInternalMap$WeakValueReferenceImpl;
.super Ljava/lang/ref/WeakReference;
.source "MapMakerInternalMap.java"
# interfaces
.implements Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/common/collect/MapMakerInternalMap;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "WeakValueReferenceImpl"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"V:",
"Ljava/lang/Object;",
"E::",
"Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<",
"TK;TV;TE;>;>",
"Ljava/lang/ref/WeakReference<",
"TV;>;",
"Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<",
"TK;TV;TE;>;"
}
.end annotation
# instance fields
.field public final entry:Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
.annotation build Lcom/google/j2objc/annotations/Weak;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"TE;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/ref/ReferenceQueue<",
"TV;>;TV;TE;)V"
}
.end annotation
.line 1
invoke-direct {p0, p2, p1}, Ljava/lang/ref/WeakReference;-><init>(Ljava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
.line 2
iput-object p3, p0, Lcom/google/common/collect/MapMakerInternalMap$WeakValueReferenceImpl;->entry:Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
return-void
.end method
# virtual methods
.method public copyFor(Ljava/lang/ref/ReferenceQueue;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/ref/ReferenceQueue<",
"TV;>;TE;)",
"Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<",
"TK;TV;TE;>;"
}
.end annotation
.line 1
new-instance v0, Lcom/google/common/collect/MapMakerInternalMap$WeakValueReferenceImpl;
invoke-virtual {p0}, Ljava/lang/ref/WeakReference;->get()Ljava/lang/Object;
move-result-object v1
invoke-direct {v0, p1, v1, p2}, Lcom/google/common/collect/MapMakerInternalMap$WeakValueReferenceImpl;-><init>(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
return-object v0
.end method
.method public getEntry()Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()TE;"
}
.end annotation
.line 1
iget-object v0, p0, Lcom/google/common/collect/MapMakerInternalMap$WeakValueReferenceImpl;->entry:Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
return-object v0
.end method